Update readme with new hash/padding options

This commit is contained in:
lloyd 2013-03-11 20:04:26 +01:00
parent 3ef8dc772b
commit d436384169
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ libcrypto. Currently provided:
* Keypair generation (pkey.rs) * Keypair generation (pkey.rs)
* RSA, all key lengths * RSA, all key lengths
* Asymmetric encryption (pkey.rs) * Asymmetric encryption (pkey.rs)
* RSA with PKCS#1 OAEP padding * RSA with PKCS #1 OAEP padding or PKCS #1 v1.5 padding
* Digital signatures (pkey.rs) * Digital signatures (pkey.rs)
* RSA with whatever your system openssl does (PKCS#1 on my system) and sha256 * RSA with PKCS #1 v1.5 padding and any supported hash
Each module provides two interfaces: a low-level API which wraps the OpenSSL Each module provides two interfaces: a low-level API which wraps the OpenSSL
interfaces as directly as possible and a high-level API which presents the interfaces as directly as possible and a high-level API which presents the