Skip to content

Commit

Permalink
Add reminder for #72
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Nov 20, 2023
1 parent 100bad0 commit 5ebe08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls13crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pub fn to_libcrux_sig_alg(a: &SignatureScheme) -> Result<signature::Algorithm, T
pub fn sign(
alg: &SignatureScheme,
sk: &Bytes,
cert: &Bytes,
cert: &Bytes, // TODO: `cert` added to allow reconstructing full signing key for RSA-PSS. Rework this. (cf. issue #72)
input: &Bytes,
ent: Bytes,
) -> Result<Bytes, TLSError> {
Expand Down

0 comments on commit 5ebe08c

Please sign in to comment.