RSA signatures

This commit is contained in:
orignal 2014-12-10 21:31:06 -05:00
parent 7ccb7f05bf
commit 0b3ee77717
4 changed files with 186 additions and 13 deletions

View file

@ -28,7 +28,10 @@ namespace crypto
// DSA
#define dsap GetCryptoConstants ().dsap
#define dsaq GetCryptoConstants ().dsaq
#define dsag GetCryptoConstants ().dsag
#define dsag GetCryptoConstants ().dsag
// RSA
const int rsae = 65537;
}
}