Rework handling of randomness
Open
- Dominant language
- F*
- Stars
- 138
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
For instance, in `tls13sign`, `libcrux` expects raw bytes of entropy for RSA-PSS signing and an `impl CryptoRng + RngCore` for ECDSA signing. We're passing around `ent: &Bytes` parameters for entropy, but don't use them when an Impl trait is expected.
Contributor guide
Assessment
This issue has not been assessed yet.