Skip to content

Commit f3f1cbd

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

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
@@ -47,7 +47,7 @@ pub fn sign<T: RngCore + ?Sized, S: CryptoRng + RngCore, SK: PrivateKey>(
4747
sign_pss_with_salt(blind_rng, priv_key, hashed, &salt, digest)
4848
}
4949

50-
/// signPSSWithSalt calculates the signature of hashed using PSS [1] with specified salt.
50+
/// signPSSWithSalt calculates the signature of hashed using PSS with specified salt.
5151
/// Note that hashed must be the result of hashing the input message using the
5252
/// given hash function. salt is a random sequence of bytes whose length will be
5353
/// later used to verify the signature.

0 commit comments

Comments
 (0)