risc0-curve25519-dalek-source/src
Isis Lovecruft d81d43e3ae
Hardcode use of sha2::Sha512 in most cases.
This implements https://github.com/dalek-cryptography/ed25519-dalek/issues/64

You can still choose the "prehash" algorithm, as long as it has 64 bytes of
output.  Otherwise, everything is hardcoded to use sha2::Sha512.  To use a
different implementation you'll need a [patch.crates-io] section in cargo
config.
2018-12-30 00:40:01 +00:00
..
ed25519.rs Hardcode use of sha2::Sha512 in most cases. 2018-12-30 00:40:01 +00:00
errors.rs Make verify return a Result. 2018-07-15 13:07:58 -07:00
lib.rs Hardcode use of sha2::Sha512 in most cases. 2018-12-30 00:40:01 +00:00