StormByte C++ Library: Crypto module 1.0.0
StormByte-Crypto is a StormByte library module for handling cryptographic operations
|
▼NStormByte | |
▼NCrypto | |
CAsymmetric | A class for managing asymmetric encryption and decryption |
CCompressor | A class for managing data compression and decompression |
CCrypter | An abstract base class for encryption and decryption operations |
CException | A class representing an exception in the crypto module |
CHasher | A class for managing hashing operations |
CKeyPair | A class representing a public/private key pair |
CSecret | A class for managing shared secret operations |
CSigner | A class for managing digital signing and signature verification |
CSymmetric | A class for managing symmetric encryption and decryption |