rurban / smhasher

Hash function quality and speed tests
https://rurban.github.io/smhasher/
Other
1.81k stars 174 forks source link

[Question] Are the 262144-byte keys read entirely one by one? #256

Closed alpominth closed 1 year ago

alpominth commented 1 year ago

I didn't understand this text: "MiB/sec: The average of the Bulk key speed test for alignments 0-7 with 262144-byte keys."

/\ Does it mean that are 262144-byte keys read sequentially and entirely, one by one?

rurban commented 1 year ago

sequentially, and entirely

alpominth commented 1 year ago

Thanks @rurban

This project opened my mind to new possibilities in cryptography, I'm really grateful. ;-)