ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

Hashing performance #18

Closed jasny closed 2 years ago

jasny commented 2 years ago

Benchmark hash via seasalt.

Create classes for each algo with a static hash method. Make sure that underlying objects (like for bouncy castle) are only created once and not for each call.