Tony Arcieri
Tony Arcieri
The `async-signature` crate existed so it could evolve at a more rapid pace than `signature`. Now that AFIT is stable and `async-signature` is largely "complete", we can consider merging it...
We currently require an explicit nonce for all encryption APIs, including ones which automatically encode the nonce as part of the AEAD message. For some AEADs we can use purely...
I tried bumping this repo to `rand_core` v0.9.0-alpha.2 and ran into the following problem: This release gets rid of `CryptoRngCore` and instead changes [`CryptoRng` to have `RngCore` as a supertrait](https://docs.rs/rand_core/0.9.0-alpha.2/rand_core/trait.CryptoRng.html)....
It would probably be good to archive this repo as well
Bumps the aforementioned dependencies to their latest (pre)releases. See also: #620
More info: https://www.amazon.science/blog/better-performing-25519-elliptic-curve-cryptography It provides a combination of excellent performance and formal verification
This is a (perhaps a bit early) request to at least optionally generate Rust source code use `const fn` instead of `fn`. Though current stable Rust doesn't support the use...