StormByte C++ Library: Crypto module 1.0.0
StormByte-Crypto is a StormByte library module for handling cryptographic operations
|
CStormByte::Crypto::Compressor | A class for managing data compression and decompression |
▼CStormByte::Crypto::Crypter | An abstract base class for encryption and decryption operations |
CStormByte::Crypto::Asymmetric | A class for managing asymmetric encryption and decryption |
CStormByte::Crypto::Symmetric | A class for managing symmetric encryption and decryption |
▼CStormByte::Exception | |
CStormByte::Crypto::Exception | A class representing an exception in the crypto module |
CStormByte::Crypto::Hasher | A class for managing hashing operations |
CStormByte::Crypto::KeyPair | A class representing a public/private key pair |
CStormByte::Crypto::Secret | A class for managing shared secret operations |
CStormByte::Crypto::Signer | A class for managing digital signing and signature verification |