diff rsa_encrypt_key.c @ 143:5d99163f7e32 libtomcrypt-orig

import of libtomcrypt 0.99
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 11:34:45 +0000
parents 6362d3854bb4
children
line wrap: on
line diff
--- a/rsa_encrypt_key.c	Tue Jun 15 14:07:21 2004 +0000
+++ b/rsa_encrypt_key.c	Sun Dec 19 11:34:45 2004 +0000
@@ -13,7 +13,7 @@
 
 #ifdef MRSA
 
-/* OAEP pad then encrypt */
+/* (PKCS #1 v2.0) OAEP pad then encrypt */
 int rsa_encrypt_key(const unsigned char *inkey,  unsigned long inlen,
                           unsigned char *outkey, unsigned long *outlen,
                     const unsigned char *lparam, unsigned long lparamlen,