curve25519-dalek-source/src
Tony Arcieri 861784f57e
Add Context type (#273)
* 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>
2023-01-26 15:41:20 -05:00
..
batch.rs Make verify_batch deterministic (#256) 2023-01-14 21:26:39 -05:00
constants.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
context.rs Add Context type (#273) 2023-01-26 15:41:20 -05:00
errors.rs Add Context type (#273) 2023-01-26 15:41:20 -05:00
lib.rs Add Context type (#273) 2023-01-26 15:41:20 -05:00
signature.rs Bump ed25519 crate dependency to v2.1 (#272) 2023-01-21 17:59:11 -05:00
signing.rs Add Context type (#273) 2023-01-26 15:41:20 -05:00
verifying.rs Add Context type (#273) 2023-01-26 15:41:20 -05:00