You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* Factor out checks for `libcrux` conformance of RSA public keys
* RSA signing using `libcrux`
* Update documentation
* Update `certificate_verify` in case of RSA signature
* Add reminder for #72
* Reminder to rework randomness (#73)
* RSA tests should no longer panic
For instance, in
tls13sign
,libcrux
expects raw bytes of entropy for RSA-PSS signing and animpl CryptoRng + RngCore
for ECDSA signing. We're passing aroundent: &Bytes
parameters for entropy, but don't use them when an Impl trait is expected.The text was updated successfully, but these errors were encountered: