ltonetwork / seasalt

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

Blake2b and sha256 support for hashing #5

Closed jasny closed 2 years ago

jasny commented 3 years ago

Support Blake2b256 for hashing.

jasny commented 3 years ago

For this library, start with tests. Generate hashes with libsodium to test.

jasny commented 3 years ago

Also add SHA256 support and maybe others like SHA512, SHA-3 (256 and 512) and Keccak.