Browse Source

fix build error

Steffen Jaeckel 11 years ago
parent
commit
1367c1d685
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crypt.tex

+ 1 - 1
crypt.tex

@@ -3560,7 +3560,7 @@ is provided:
 int rsa_sign_saltlen_get_max(int hash_idx, rsa_key *key);
 \end{verbatim}
 
-As stated in the PKCS#1 RFC3447 "Typical salt lengths in octets are hLen
+As stated in the PKCS\#1 RFC3447 "Typical salt lengths in octets are hLen
 (the length of the output of the hash function Hash) and 0".
 This function is provided to be able to use other lengths as well and to make
 sure at runtime that the RSA key can handle the desired salt length.