Skip to content

Ed25519 with pluggable hash (sha2, sha3)

Compare
Choose a tag to compare
@Warchant Warchant released this 04 Dec 10:56
· 53 commits to master since this release
  • ability to define at CMake time desired implementation of Ed25519
    • amd64-64-24k
    • ref10
  • hash function
    • SHA2
    • SHA3
  • PRNG
    • openssl
    • urandom
    • random
  • ability to build and install dynamic library
  • original implementations from Supercop