Skip to content

Commit de20c7a

Browse files
committed
fixup! pss: remove broken link in the sign()/sign_pss_with_salt() docs
Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent f3f1cbd commit de20c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pss.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn verify<PK: PublicKey>(
2626
emsa_pss_verify(hashed, &mut em, em_bits, None, digest)
2727
}
2828

29-
/// SignPSS calculates the signature of hashed using RSASSA-PSS [1].
29+
/// SignPSS calculates the signature of hashed using RSASSA-PSS.
3030
/// Note that hashed must be the result of hashing the input message using the
3131
/// given hash function. The opts argument may be nil, in which case sensible
3232
/// defaults are used.

0 commit comments

Comments
 (0)