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
Giving the certificate as input to tls13crypto::sign is a workaround to allow libcrux the reconstruction of a signing key from the private exponent bytes in sk and the public key in the certificate. Ideally we should be able to provide a complete RSA private key in sk instead.
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
Giving the certificate as input to
tls13crypto::sign
is a workaround to allowlibcrux
the reconstruction of a signing key from the private exponent bytes insk
and the public key in the certificate. Ideally we should be able to provide a complete RSA private key insk
instead.The text was updated successfully, but these errors were encountered: