|
feisty meow concerns codebase
2.140
|
Classes | |
| class | blowfish_crypto |
| Provides BlowFish encryption on byte_arrays using the OpenSSL package. More... | |
| class | rsa_crypto |
| Supports public key encryption and decryption. More... | |
| class | ssl_init |
| provides some initialization for the RSA and blowfish crypto. More... | |
Functions | |
| const ssl_init & | static_ssl_initializer () |
| the main method for accessing the SSL initialization support. More... | |
Variables | |
| const int | FUDGE = 128 |
| const int | SEED_SIZE = 100 |
| const ssl_init& crypto::static_ssl_initializer | ( | ) |
the main method for accessing the SSL initialization support.
Referenced by crypto::blowfish_crypto::blowfish_crypto(), crypto::rsa_crypto::generate_key(), crypto::blowfish_crypto::generate_key(), and crypto::rsa_crypto::rsa_crypto().
| const int crypto::FUDGE = 128 |
Definition at line 36 of file blowfish_crypto.cpp.
Referenced by crypto::blowfish_crypto::decrypt(), and crypto::blowfish_crypto::encrypt().
| const int crypto::SEED_SIZE = 100 |
Definition at line 45 of file ssl_init.cpp.
Referenced by crypto::ssl_init::ssl_init().