mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
* Add `Context` type Adds a generic type which can be used with `SigningKey` and `VerifyingKey` for storing a context string value along with the key for use with `DigestSigner` and `DigestVerifier`. * Added Context tests, docs, and re-exports * Added docs about SHA-512 for prehashing; re-re-exported Sha512 Co-authored-by: Tony Arcieri <bascule@gmail.com> Co-authored-by: Michael Rosenberg <michael@mrosenberg.pub> |
||
|---|---|---|
| .. | ||
| batch.rs | ||
| constants.rs | ||
| context.rs | ||
| errors.rs | ||
| lib.rs | ||
| signature.rs | ||
| signing.rs | ||
| verifying.rs | ||