python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to write a perfect hash function for 36 strings?
Using the numbers 0-5 I need to write a perfect has function for 36 Student ID Strings with six characters and 3 integers (e.g. BYPLOK120).
The hash function looks something like as follows:
String []...
Bopolop
Votes: 0
Answers: 0
is there cryptographically secure hash algorithm/function that allows hashing faster when you concatenate more data?
I need to calculate hash codes for constantly growing dataset and it needs to be cryptographically secure if possible. For example hashing the series of natural numbers, first 1, then 12, then 123.
If...
Juzu
Votes: 0
Answers: 1