commit | c893e0257f82b565cbd821db1497c1aabb7f76d9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 07 20:41:16 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Nov 07 20:41:16 2012 +0000 |
tree | 46b824bc4047205b248c8a8cc68421eb421db222 | |
parent | f0171bc93cdaee6bb56400dde17fa7f9a07eb8f2 [diff] |
- Added extra documentation
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 513b037..3a822cb 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h
@@ -167,6 +167,9 @@ /** * \brief Initialize an RSA context * + * Note: Set padding to RSA_PKCS_V21 for the RSAES-OAEP + * encryption scheme and the RSASSA-PSS signature scheme. + * * \param ctx RSA context to be initialized * \param padding RSA_PKCS_V15 or RSA_PKCS_V21 * \param hash_id RSA_PKCS_V21 hash identifier