|
|
How do I use a public key cryptosystem or signature scheme? |
| Moderator: weidai (inherited from parent) | |
| There is sample code for RSA key generation, encryption, decryption, signing, and verifying in test.cpp, which is included in the distribution archive (or at http://www.cryptopp.com/docs/ref/test_8cpp-source.html). Other public key algorithms use the same interfaces, which are documented in cryptlib.h (or at http://www.cryptopp.com/docs/ref/cryptlib_8h.html) under abstract base classes that start with "PK_".
2007-Jan-11 6:45am weidai, weidai | |
| [Append to This Answer] | |
| 2007-Jan-11 6:45am |
| Previous: |
|
| Next: |
|
| ||||||||||