risc0-curve25519-dalek-source/tests
pinkforest(she/her) 431e69959d
Make digest optional (#268)
digest isn't yet stable but we have use it in the public API.

This makes the digest API optional to use in opt-in basis by
feature gating this via an optional digest feature.

API items now feature-gated:

- `pub use ed25519_dalek::Digest`
- `SigningKey::sign_prehashed(D: prehashed_message, ..)`
- `SigningKey::verify_prehashed(D: prehahed_message, ..)`
- `VerifyingKey::verify_prehashed(D: prehashed_message, ..)`
- `VerifyingKey::verify_prehashed_strict(D: prehashed_message, ..)`

Also no longer re-exporting `sha2::Sha512`
2023-01-19 02:59:43 -05:00
..
examples PKCS#8 support (#224) 2022-12-13 18:19:31 -05:00
ed25519.rs Make digest optional (#268) 2023-01-19 02:59:43 -05:00
pkcs8.rs Rename Keypair => SigningKey; PublicKey => VerifyingKey (#242) 2022-12-18 01:24:58 -05:00
validation_criteria.rs Validation criteria tests (#253) 2023-01-05 22:58:54 -05:00