benalexau / hash-bench

Java Hashing, CRC and Checksum Benchmark (JMH)
MIT License
68 stars 11 forks source link

Add Blake2 algorithm #7

Open MariusVolkhart opened 3 years ago

MariusVolkhart commented 3 years ago

Add Blake2 algorithm benchmarking. Use BouncyCastle, AlphaZero, and JBlake2. Also improve how the BouncyCastle benchmarks run to reduce unnecessary work.

benalexau commented 3 years ago

Thanks @MariusVolkhart. Just one request, can you please add a reference to the use of the thirdparty directory to the "License" section of README.md?