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...
Wrapper for BINSEC providing Rust drivers and a way to write tests for constant-time operation: https://github.com/Ledger-Donjon/cargo-checkct This PR adds a GitHub workflow which runs `cargo-checkct` on every `push` event
Now that v0.6.0 is out, we can collect and discuss potential breaking changes for a (not currently scheduled) v0.7 release: - [x] #772 - [x] #759 - [ ] `der`...
`BoxedUint` contains large amount of code copy-pasted from `Uint`, some of which has been rewritten to perform in-place operations to reduce heap allocations. Before Rust 1.83 it just wasn't possible...