=================================================================== RCS file: /home/cvs/OpenXM/src/ox_ntl/crypt/rsa/ntlrsa.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_ntl/crypt/rsa/ntlrsa.cpp 2004/05/16 15:04:54 1.1 +++ OpenXM/src/ox_ntl/crypt/rsa/ntlrsa.cpp 2004/08/16 03:59:58 1.2 @@ -1,4 +1,4 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/ox_ntl/crypt/rsa/ntlrsa.cpp,v 1.1 2004/05/16 15:04:54 iwane Exp $ */ /*-- References: RFC 3447 PKCS #1: RSA Encryption Version 2.1 --*/ #include @@ -179,7 +179,7 @@ NtlRsa::encrypt(unsigned char *eb, const unsigned char PowerMod(y, x, c, mod); //-------------------------------------------------- - // Inteer-to-octet-string conversion + // Integer-to-octet-string conversion //-------------------------------------------------- memset(eb, 0, sizeof(k)); BytesFromZZ(eb, y, k);