Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
►NWeak | Namespace containing weak and wounded algorithms |
CAbstractEuclideanDomain | Abstract Euclidean domain |
CAbstractGroup | Abstract group |
CAbstractPolicyHolder | Access a stream cipher policy object |
CAbstractRing | Abstract ring |
CAdditiveCipherAbstractPolicy | Policy object for additive stream ciphers |
CAdditiveCipherConcretePolicy | Base class for additive stream ciphers |
CAdditiveCipherTemplate | Base class for additive stream ciphers with SymmetricCipher interface |
CAdler32 | ADLER-32 checksum calculations |
CAES | AES block cipher (Rijndael) |
CAlgorithm | Interface for all crypto algorithms |
CAlgorithmImpl | Base class for identifying alogorithm |
CAlgorithmParameters | An object that implements NameValuePairs |
►CAlgorithmParametersBase | Base class for AlgorithmParameters |
CAlgorithmParametersTemplate | Template base class for AlgorithmParameters |
CAlignedSecByteBlock | SecBlock using AllocatorWithCleanup<byte, true> typedef |
CAllocatorBase | Base class for all allocators used by SecBlock |
►CAllocatorWithCleanup | Allocates a block of memory with cleanup |
CArraySink | Copy input to a memory buffer |
CArraySource | |
CArrayXorSink | Xor input to a memory buffer |
CASN1CryptoMaterial | Encode and decode ASN.1 objects with additional information |
CASN1Object | Interface for encoding and decoding ASN1 objects |
CASNOptional | Optional data encoder and decoder |
CAsymmetricAlgorithm | Interface for asymmetric algorithms |
CAuthenticatedDecryptionFilter | Filter wrapper for decrypting with AuthenticatedSymmetricCipher |
CAuthenticatedEncryptionFilter | Filter wrapper for encrypting with AuthenticatedSymmetricCipher |
CAuthenticatedKeyAgreementDomain | Interface for domains of authenticated key agreement protocols |
►CAuthenticatedSymmetricCipher | Interface for one direction (encryption or decryption) of a stream cipher or block cipher mode with authentication |
CAuthenticatedSymmetricCipherBase | Base implementation for one direction (encryption or decryption) of a stream cipher or block cipher mode with authentication |
CAuthenticatedSymmetricCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher |
CAutoSeededRandomPool | Automatically Seeded Randomness Pool |
CAutoSeededX917RNG | Automatically Seeded X9.17 RNG |
CAutoSignaling | Provides auto signaling support |
CBase32Decoder | Base32 decodes data |
CBase32Encoder | Base32 encodes data |
CBase64Decoder | Base64 decodes data |
CBase64Encoder | Base64 encodes data |
CBase64URLDecoder | Base64 decodes data using a web safe alphabet |
CBase64URLEncoder | Base64 encodes data using a web safe alphabet |
CBaseAndExponent | Base and exponent |
CBaseN_Decoder | Decoder for bases that are a power of 2 |
CBaseN_Encoder | Encoder for bases that are a power of 2 |
CBERDecodeErr | Exception thrown when an ASN.1 BER decoing error is encountered |
CBERGeneralDecoder | BER General Decoder |
CBERSequenceDecoder | BER Sequence Decoder |
CBERSetDecoder | BER Set Decoder |
CBitBucket | Acts as an input discarding Filter or Sink |
CBLAKE2_Base | BLAKE2 hash implementation |
CBLAKE2_Info | BLAKE2 hash information |
CBLAKE2_ParameterBlock | BLAKE2 parameter block |
CBLAKE2_ParameterBlock< false > | BLAKE2s parameter block specialization |
CBLAKE2_ParameterBlock< true > | BLAKE2b parameter block specialization |
CBLAKE2_State | BLAKE2 state information |
CBLAKE2b | The BLAKE2b cryptographic hash function |
CBLAKE2s | The BLAKE2s cryptographic hash function |
CBlockCipher | Interface for one direction (encryption or decryption) of a block cipher |
CBlockCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher |
CBlockCipherFinal | Provides class member functions to key a block cipher |
CBlockCipherImpl | Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers |
CBlockGetAndPut | Access a block of memory |
CBlockingRng | Wrapper class for /dev/random and /dev/srandom |
CBlockOrientedCipherModeBase | Block cipher mode of operation default implementation |
CBlockPaddingSchemeDef | Padding schemes used for block ciphers |
CBlockTransformation | Interface for the data processing part of block ciphers |
CBlowfish | |
CBlowfish_Info | Blowfish block cipher information |
CBlumBlumShub | BlumBlumShub with factorization of the modulus |
CBTEA | BTEA block cipher |
CBTEA_Info | BTEA block cipher information |
►CBufferedTransformation | Interface for buffered transformations |
CBufferless | Base class for bufferless filters |
CByteArrayParameter | Used to pass byte array input as part of a NameValuePairs object |
►CByteQueue | Data structure used to store byte strings |
CByteQueueNode | |
CCallStack | |
CCallStackWithNr | |
CCallStackWithStr | |
CCamellia | Camellia block cipher |
CCamellia_Info | Camellia block cipher information |
CCannotFlush | Flush(true) was called but it can't completely flush its buffers |
CCAST | CAST block cipher base |
CCAST128 | CAST128 block cipher |
CCAST128_Info | CAST128 block cipher information |
CCAST256 | CAST256 block cipher |
CCAST256_Info | CAST256 block cipher information |
CCBC_CTS_Decryption | CBC-CTS block cipher mode of operation decryption operation |
CCBC_CTS_Encryption | CBC-CTS block cipher mode of operation encryption operation |
CCBC_CTS_Mode | CBC mode with ciphertext stealing |
CCBC_CTS_Mode_ExternalCipher | CBC mode with ciphertext stealing, external cipher |
CCBC_Decryption | CBC block cipher mode of operation decryption operation |
CCBC_Encryption | CBC block cipher mode of operation encryption operation |
CCBC_MAC | CBC-MAC |
CCBC_MAC_Base | _ |
CCBC_Mode | CBC mode |
CCBC_Mode_ExternalCipher | CBC mode, external cipher |
CCBC_ModeBase | CBC block cipher mode of operation default implementation |
CCCM | CCM block cipher mode of operation |
CCCM_Base | CCM block cipher base implementation |
CCCM_Final | CCM block cipher final implementation |
CCFB_CipherAbstractPolicy | Policy object for feeback based stream ciphers |
►CCFB_CipherConcretePolicy | Base class for feedback based stream ciphers |
CCFB_CipherTemplate | Base class for feedback based stream ciphers with SymmetricCipher interface |
CCFB_DecryptionTemplate | Base class for feedback based stream ciphers in the reverse direction with SymmetricCipher interface |
CCFB_EncryptionTemplate | Base class for feedback based stream ciphers in the forward direction with SymmetricCipher interface |
CCFB_FIPS_Mode | CFB block cipher mode of operation providing FIPS validated cryptography |
CCFB_FIPS_Mode_ExternalCipher | CFB mode, external cipher, providing FIPS validated cryptography |
CCFB_Mode | CFB block cipher mode of operation |
CCFB_Mode_ExternalCipher | CFB mode, external cipher |
CCFB_ModePolicy | CFB block cipher mode of operation |
CCFB_RequireFullDataBlocks | Base class for feedback based stream ciphers with a mandatory block size |
CChaCha12 | ChaCha12 stream cipher |
CChaCha20 | ChaCha20 stream cipher |
CChaCha8 | ChaCha8 stream cipher |
CChaCha_Info | ChaCha stream cipher information |
CChaCha_Policy | ChaCha stream cipher implementation |
CChannelRouteIterator | |
CChannelSwitch | Route input to different and/or multiple channels based on channel ID |
CChannelSwitchTypedefs | |
CCipherModeBase | Block cipher mode of operation information |
CCipherModeDocumentation | Block cipher mode of operation information |
CCipherModeFinalTemplate_CipherHolder | Block cipher mode of operation aggregate |
CCipherModeFinalTemplate_ExternalCipher | |
CClassNullRNG | Random Number Generator that does not produce random numbers |
CClonable | Interface for cloning objects |
Cclonable_ptr | A pointer which can be copied and cloned |
CClonableImpl | Base class for identifying alogorithm |
CCMAC | CMAC message authentication code |
CCMAC_Base | CMAC base implementation |
CCodeLessThan | |
CCombinedNameValuePairs | Combines two sets of NameValuePairs |
CConcretePolicyHolder | Stream cipher policy object |
CConstByteArrayParameter | Used to pass byte array input as part of a NameValuePairs object |
Ccounted_ptr | Reference counted pointer |
CCRC32 | CRC-32 Checksum Calculation |
CCRC32C | CRC-32C Checksum Calculation |
►CCryptoMaterial | Interface for crypto material, such as public and private keys, and crypto parameters |
CCryptoParameters | Interface for crypto prameters |
CCTR_Mode | CTR block cipher mode of operation |
CCTR_Mode_ExternalCipher | CTR mode, external cipher |
CCTR_ModePolicy | CTR block cipher mode of operation |
CCustomFlushPropagation | Provides interface for custom flush signals |
CCustomSignalPropagation | Provides interface for initialization of derived filters |
CDebugTrapHandler | Default SIGTRAP handler |
CDecodingResult | Returns a decoding results |
CDefaultAutoSeededRNG | A typedef providing a default generator |
►CDefaultDecryptor | Password-Based Decryptor using TripleDES |
►CDefaultDecryptorWithMAC | Password-Based decryptor using TripleDES and HMAC/SHA-1 |
CDefaultEncryptor | Password-Based Encryptor using TripleDES |
CDefaultEncryptorWithMAC | Password-Based encryptor using TripleDES and HMAC/SHA-1 |
CDefaultObjectFactory | _ |
CDeflator | DEFLATE compressor (RFC 1951) |
CDERGeneralEncoder | DER General Encoder |
CDERSequenceEncoder | DER Sequence Encoder |
CDERSetEncoder | DER Set Encoder |
CDES | DES block cipher |
CDES_EDE2 | 2-key TripleDES block cipher |
CDES_EDE2_Info | 2-key TripleDES block cipher information |
CDES_EDE3 | 3-key TripleDES block cipher |
CDES_EDE3_Info | 3-key TripleDES block cipher information |
CDES_Info | DES block cipher information |
CDES_XEX3 | DESX block cipher |
CDES_XEX3_Info | DESX block cipher information |
CDH2 | Unified Diffie-Hellman |
CDH_Domain | Diffie-Hellman domain |
CDigestSizeDoubleWorkaround | |
CDL_Algorithm_ECDSA | ECDSA algorithm |
CDL_Algorithm_ECNR | ECNR algorithm |
CDL_Algorithm_GDSA | GDSA algorithm |
CDL_Algorithm_LUC_HMP | _ |
CDL_Algorithm_NR | NR algorithm |
CDL_BadElement | Exception thrown when an invalid group element is encountered |
CDL_Base | Discrete Log (DL) base interface |
CDL_BasePrecomputation_LUC | _ |
CDL_CryptoKeys_GFP | DL encryption/decryption keys (in GF(p) groups) |
CDL_CryptoKeys_LUC | _ |
CDL_CryptoSchemeOptions | Discrete Log (DL) crypto scheme options |
CDL_CryptoSystemBase | Discrete Log (DL) cryptosystem base implementation |
CDL_DecryptorBase | Discrete Log (DL) decryptor base implementation |
CDL_DecryptorImpl | Discrete Log (DL) decryptor implementation |
CDL_ElgamalLikeSignatureAlgorithm | Interface for Elgamal-like signature algorithms |
CDL_EncryptionAlgorithm_Xor | XOR encryption method, for use with DL-based cryptosystems |
CDL_EncryptorBase | Discrete Log (DL) encryptor base implementation |
CDL_EncryptorImpl | Discrete Log (DL) encryptor implementation |
CDL_ES | Discrete Log (DL) encryption scheme |
CDL_FixedBasePrecomputation | |
CDL_FixedBasePrecomputationImpl | |
CDL_GroupParameters | Interface for Discrete Log (DL) group parameters |
CDL_GroupParameters_DSA | DSA group parameters, these are GF(p) group parameters that are allowed by the DSA standard |
CDL_GroupParameters_EC | Elliptic Curve Parameters |
CDL_GroupParameters_GFP | GF(p) group parameters |
CDL_GroupParameters_GFP_DefaultSafePrime | GF(p) group parameters that default to same primes |
CDL_GroupParameters_IntegerBased | _ |
CDL_GroupParameters_IntegerBasedImpl | _ |
CDL_GroupParameters_LUC | _ |
CDL_GroupParameters_LUC_DefaultSafePrime | _ |
CDL_GroupParametersImpl | Base implmentation of Discrete Log (DL) group parameters |
CDL_GroupPrecomputation | |
CDL_GroupPrecomputation_LUC | |
CDL_Key | Base class for a Discrete Log (DL) key |
CDL_KeyAgreementAlgorithm | Interface for DL key agreement algorithms |
CDL_KeyAgreementAlgorithm_DH | |
CDL_KeyDerivationAlgorithm | Interface for key derivation algorithms used in DL cryptosystems |
CDL_KeyDerivationAlgorithm_P1363 | _ |
CDL_KeyedSchemeOptions | Discrete Log (DL) key options |
CDL_KeyImpl | _ |
CDL_Keys_DSA | DSA keys |
CDL_Keys_EC | EC keys |
CDL_Keys_ECDSA | ECDSA keys |
CDL_ObjectImpl | Discrete Log (DL) object implementation |
CDL_ObjectImplBase | Discrete Log (DL) base object implementation |
CDL_PrivateKey | Interface for Discrete Log (DL) private keys |
CDL_PrivateKey_EC | EC private key |
CDL_PrivateKey_GFP | DL private key (in GF(p) groups) |
CDL_PrivateKey_GFP_OldFormat | Provided for backwards compatibility, this class uses the old non-standard Crypto++ key format |
CDL_PrivateKey_WithSignaturePairwiseConsistencyTest | _ |
CDL_PrivateKeyImpl | _ |
CDL_PublicKey | Interface for Discrete Log (DL) public keys |
CDL_PublicKey_EC | EC public key |
CDL_PublicKey_GFP | |
CDL_PublicKey_GFP_OldFormat | Provided for backwards compatibility, this class uses the old non-standard Crypto++ key format |
CDL_PublicKeyImpl | _ |
CDL_SchemeOptionsBase | Discrete Log (DL) scheme options |
CDL_SignatureKeys_GFP | DL signing/verification keys (in GF(p) groups) |
CDL_SignatureKeys_LUC | _ |
CDL_SignatureMessageEncodingMethod_DSA | Interface for message encoding method for public key signature schemes |
CDL_SignatureMessageEncodingMethod_NR | Interface for message encoding method for public key signature schemes |
CDL_SignatureSchemeBase | Discrete Log (DL) signature scheme base implementation |
CDL_SignatureSchemeOptions | Discrete Log (DL) signature scheme options |
CDL_SignerBase | Discrete Log (DL) signature scheme signer base implementation |
CDL_SignerImpl | Discrete Log (DL) signer implementation |
CDL_SimpleKeyAgreementDomainBase | Discrete Log (DL) simple key agreement base implementation |
CDL_SS | Discrete Log (DL) signature scheme |
CDL_SymmetricEncryptionAlgorithm | Interface for symmetric encryption algorithms used in DL cryptosystems |
CDL_VerifierBase | _ |
CDL_VerifierImpl | Discrete Log (DL) verifier implementation |
CDLIES | Discrete Log Integrated Encryption Scheme, AKA DLIES |
CDMAC | DMAC |
CDMAC_Base | _ |
CDSA2 | DSA, as specified in FIPS 186-3 |
CDWord | |
CEAX | EAX block cipher mode of operation |
CEAX_Base | EAX block cipher base implementation |
CEAX_Final | EAX block cipher final implementation |
CEC2N | Elliptic Curve over GF(2^n) |
CEC2NPoint | Elliptic Curve Point |
CECB_Mode | ECB block cipher mode of operation |
CECB_Mode_ExternalCipher | ECB mode, external cipher |
CECB_OneWay | ECB block cipher mode of operation default implementation |
CECDH | Elliptic Curve Diffie-Hellman, AKA ECDH |
CECDSA | ECDSA |
CECFHMQV | Fully Hashed Menezes-Qu-Vanstone in ECP or EC2N |
CECHMQV | Hashed Menezes-Qu-Vanstone in ECP or EC2N |
CECIES | Elliptic Curve Integrated Encryption Scheme, AKA ECIES |
CECMQV | Elliptic Curve Menezes-Qu-Vanstone, AKA ECMQV |
CECNR | ECNR |
CECP | Elliptic Curve over GF(p), where p is prime |
CECPPoint | Elliptical Curve Point |
CEcPrecomputation | |
CEcPrecomputation< EC2N > | EC2N precomputation |
CEcPrecomputation< ECP > | ECP precomputation |
CEcRecommendedParameters | |
CEcRecommendedParameters< EC2N > | |
CEcRecommendedParameters< ECP > | |
CElGamal | ElGamal encryption scheme with non-standard padding |
CElGamalBase | |
CElGamalKeys | |
CElGamalObjectImpl | |
CEmpty | An Empty class |
CEMSA2HashId | |
►CEMSA2HashIdLookup | |
CEMSA2Pad | _ |
CEMSA5Pad | _ |
CEncodedObjectFilter | ASN.1 encoded object filter |
CEncryptionStandard | Base class for public key encryption standard classes |
CEnumToType | Converts a typename to an enumerated value |
►CEqualityComparisonFilter | A filter that checks messages on two channels for equality |
CESIGN | ESIGN, as defined in IEEE P1363a |
CESIGN_Keys | |
CESIGNFunction | _ |
CEuclideanDomainOf | Euclidean domain |
CException | Base class for all exceptions thrown by the library |
CFHMQV_Domain | Fully Hashed Menezes-Qu-Vanstone in GF(p) |
►CFileSink | File-based implementation of Sink interface |
CFileSource | File-based implementation of Source interface |
►CFileStore | File-based implementation of Store interface |
CFilter | Implementation of BufferedTransformation's attachment interface |
CFilterPutSpaceHelper | Create a working space in a BufferedTransformation |
CFilterWithBufferedInput | Divides an input stream into discrete blocks |
CFilterWithInputQueue | A filter that buffers input using a ByteQueue |
CFixedBlockSize | Inherited by algorithms with fixed block size |
CFixedKeyLength | Inherited by keyed algorithms with fixed key length |
CFixedRounds | Inherited by algorithms with fixed number of rounds |
CFixedSizeAlignedSecBlock | Fixed size stack-based SecBlock with 16-byte alignment |
CFixedSizeAllocatorWithCleanup | Static secure memory block with cleanup |
CFixedSizeSecBlock | Fixed size stack-based SecBlock |
CFreqLessThan | |
CGCM | GCM block cipher mode of operation |
CGCM_Base | GCM block cipher base implementation |
CGCM_Final | GCM block cipher final implementation |
CGDSA | DSA-1363 |
CGeneratableCryptoMaterial | Interface for generatable crypto material, such as private keys and crypto parameters |
CGetBlock | Access a block of memory |
CGF256 | GF(256) with polynomial basis |
CGF2_32 | GF(2^32) with polynomial basis |
CGF2NP | GF(2^n) with Polynomial Basis |
CGF2NPP | GF(2^n) with Pentanomial Basis |
CGF2NT | GF(2^n) with Trinomial Basis |
CGFP2_ONB | GF(p^2), optimal normal basis |
CGFP2Element | Element of GF(p^2) |
CGOST | GOST block cipher |
CGOST_Info | GOST block cipher information |
CGrouper | Filter that breaks input stream into groups of fixed size |
►CGunzip | GZIP Decompression (RFC 1952) |
CGzip | GZIP Compression (RFC 1952) |
CHashFilter | Filter wrapper for HashTransformation |
CHashInputTooLong | Exception thrown when trying to hash more data than is allowed by a hash function |
CHashTransformation | Interface for hash functions and data processing part of MACs |
►CHashVerificationFilter | Filter wrapper for HashTransformation |
CHermeticHashFunctionMAC | MAC construction using a hermetic hash function |
CHexDecoder | Decode base 16 data back to bytes |
CHexEncoder | Converts given data to base 16 |
CHKDF | Extract-and-Expand Key Derivation Function (HKDF) |
CHMAC | HMAC |
CHMAC_Base | HMAC information |
CHMQV_Domain | Hashed Menezes-Qu-Vanstone in GF(p) |
►CHuffmanDecoder | Huffman Decoder |
►CHuffmanEncoder | |
CHuffmanNode | |
CIDEA | IDEA block cipher |
CIDEA_Info | IDEA block cipher information |
►CInflator | DEFLATE (RFC 1951) decompressor |
CInformationDispersal | Variant of Rabin's Information Dispersal Algorithm |
CInformationRecovery | Variant of Rabin's Information Dispersal Algorithm |
CInitializeInteger | Performs static intialization of the Integer class |
►CInputRejecting | Base class for input rejecting filters |
►CInteger | Multiple precision integer with arithmetic operations |
CInvalidArgument | An invalid argument was detected |
CInvalidCiphertext | A decryption filter encountered invalid ciphertext |
CInvalidDataFormat | Input data was received that did not conform to expected format |
CInvalidKeyLength | Exception thrown when an invalid key length is encountered |
CInvalidPersonalizationLength | Exception thrown when an invalid personalization string length is encountered |
CInvalidRounds | Exception thrown when an invalid number of rounds is encountered |
CInvalidSaltLength | Exception thrown when an invalid salt length is encountered |
CInvertibleESIGNFunction | _ |
CInvertibleLUCFunction | _ |
CInvertibleRabinFunction | _ |
CInvertibleRSAFunction | RSA trapdoor function using the private key |
CInvertibleRSAFunction_ISO | RSA trapdoor function using the private key |
CInvertibleRWFunction | Rabin-Williams trapdoor function using the private key |
CIteratedHash | Iterated hash base class |
CIteratedHashBase | Iterated hash base class |
CIteratedHashWithStaticTransform | Iterated hash with a static transformation function |
CKDF2_RNG | |
CKeccak | Keccak message digest base class |
CKeccak_224 | Keccak-X message digest, template for more fine-grained typedefs |
CKeccak_256 | Keccak-256 message digest |
CKeccak_384 | Keccak-384 message digest |
CKeccak_512 | Keccak-512 message digest |
CKeccak_Final | |
CKeyAgreementAlgorithm | Interface for key agreement algorithms |
CKeyDerivationFunction | Abstract base class for key derivation function |
CLazyPutter | Use this to make sure LazyPut is finalized in event of exception |
CLazyPutterModifiable | Like LazyPutter, but does a LazyPutModifiable instead |
CLC_RNG | Linear Congruential Generator (LCG) |
CLimitedBandwidth | |
CLowFirstBitReader | _ |
CLowFirstBitWriter | Encoding table writer |
CLR | Luby-Rackoff block cipher |
CLR_Info | Luby-Rackoff block cipher information |
CLUC | |
CLUC_HMP | LUC-HMP, based on "Digital signature schemes based on Lucas functions" by Patrick Horster, Markus Michels, Holger Petersen |
CLUC_IES | LUC-IES |
CLUCES | LUC cryptosystem |
CLUCFunction | The LUC function |
CLUCPrimeSelector | |
CLUCSS | LUC signature scheme with appendix |
CMARS | MARS block cipher |
CMARS_Info | MARS block cipher information |
CMaskGeneratingFunction | Mask generation function interface |
CMaurerRandomnessTest | Maurer's Universal Statistical Test for Random Bit Generators |
CMDC | MDC cipher |
CMDC_Info | MDC_Info cipher information |
Cmember_ptr | Pointer that overloads operator -> |
CMersenneTwister | Mersenne Twister class for Monte-Carlo simulations |
CMessageAuthenticationCode | Interface for message authentication codes |
CMessageAuthenticationCodeFinal | Provides class member functions to key a message authentication code |
CMessageAuthenticationCodeImpl | Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes |
CMessageQueue | Message Queue |
CMeterFilter | Measure how many bytes and messages pass through the filter |
CMicrosoftCryptoProvider | Wrapper for Microsoft crypto service provider |
CModePolicyCommonTemplate | Block cipher mode of operation common operations |
CModExpPrecomputation | |
CModularArithmetic | Ring of congruence classes modulo n |
CMontgomeryRepresentation | Performs modular arithmetic in Montgomery representation for increased speed |
CMQV_Domain | MQV domain for performing authenticated key agreement |
CMT19937 | Original MT19937 generator provided in the ACM paper |
CMT19937ar | Updated MT19937 generator adapted to provide an array for initialization |
CMultichannel | Provides multiple channels support for custom flush signal processing |
►CNameValuePairs | Interface for retrieving values given their names |
CNetworkReceiver | Network Receiver |
CNetworkSender | Network Sender |
CNetworkSink | Network Sink |
CNetworkSource | Network Source |
CNewFixedDistanceDecoder | |
CNewFixedLiteralDecoder | |
CNewInteger | |
CNewLastSmallPrimeSquared | |
CNewObject | An object factory function |
CNewPolynomialMod2 | |
CNewPrimeTable | |
CNonblockingRng | Wrapper class for /dev/random and /dev/srandom |
CNonblockingSink | Sink class that queues input and can flush to a device for a specified amount of time |
CNonblockingSinkInfo | |
CNonblockingSource | Source class that can pump from a device for a specified amount of time |
CNotCopyable | Ensures an object is not copyable |
CNotImplemented | A method was called which was not implemented |
CNR | NR |
CNullAllocator | NULL allocator |
CNullHash | |
CNullNameValuePairs | |
CNullStore | Empty store |
COAEP | EME-OAEP, for use with classes derived from TF_ES |
COAEP_Base | _ |
CObjectFactory | _ |
►CObjectFactoryRegistry | _ |
CObjectHolder | Uses encapsulation to hide an object in derived classes |
COFB_Mode | OFB block cipher mode of operation |
COFB_Mode_ExternalCipher | OFB mode, external cipher |
COFB_ModePolicy | OFB block cipher mode of operation |
COID | Object Identifier |
COIDLessThan | |
COpaqueFilter | A non-transparent MeterFilter |
COS_Error | The operating system reported an error |
COS_RNG_Err | Exception thrown when an operating system error is encountered |
COutputProxy | |
CP1363_EMSA2 | EMSA2, for use with RWSS and RSA_ISO |
CP1363_EMSA5 | EMSA5, for use with ESIGN |
CP1363_KDF2 | |
CP1363_MGF1 | P1363 mask generation function |
CPaddingRemover | |
CPanama | |
CPanamaCipher | Panama stream cipher |
CPanamaCipherInfo | Panama stream cipher information |
CPanamaCipherPolicy | Panama stream cipher operation |
CPasswordBasedKeyDerivationFunction | Abstract base class for password based key derivation function |
CPK_CryptoSystem | Interface for public-key encryptors and decryptors |
CPK_Decryptor | Interface for public-key decryptors |
CPK_DecryptorFilter | Filter wrapper for PK_Decryptor |
CPK_DefaultDecryptionFilter | |
CPK_DefaultEncryptionFilter | |
CPK_DeterministicSignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
CPK_EncryptionMessageEncodingMethod | Message encoding method for public key encryption |
►CPK_Encryptor | Interface for public-key encryptors |
CPK_EncryptorFilter | Filter wrapper for PK_Encryptor |
CPK_FinalTemplate | Template implementing constructors for public key algorithm classes |
CPK_FixedLengthCryptoSystemImpl | Public key trapdoor function default implementation |
CPK_MessageAccumulator | Interface for accumulating messages to be signed or verified |
CPK_MessageAccumulatorBase | Interface for message encoding method for public key signature schemes |
CPK_MessageAccumulatorImpl | Interface for message encoding method for public key signature schemes |
CPK_RecoverableSignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
►CPK_SignatureMessageEncodingMethod | Interface for message encoding method for public key signature schemes |
►CPK_SignatureScheme | Interface for public-key signers and verifiers |
CPK_Signer | Interface for public-key signers |
CPK_Verifier | Interface for public-key signature verifiers |
CPKCS12_PBKDF | PBKDF from PKCS #12, appendix B |
CPKCS1v15 | PKCS #1 version 1.5, for use with RSAES and RSASS |
►CPKCS1v15_SignatureMessageEncodingMethod | PKCS#1 v1.5 Signature Encoding Scheme |
CPKCS5_PBKDF1 | PBKDF1 from PKCS #5 |
CPKCS5_PBKDF2_HMAC | PBKDF2 from PKCS #5 |
CPKCS8PrivateKey | Encodes and decodesprivateKeyInfo |
CPKCS_DigestDecoration | PKCS#1 decoration data structure |
CPKCS_EncryptionPaddingScheme | PKCS#1 v1.5 Encryption Padding Scheme |
►CPolynomialMod2 | Polynomial with Coefficients in GF(2) |
►CPolynomialOver | Single-variable polynomials over arbitrary rings |
CPolynomialOverFixedRing | Polynomials over a fixed ring |
CPrimeAndGenerator | Generator of prime numbers of special forms |
CPrimeSelector | Application callback to signal suitability of a cabdidate prime |
CPrimeSieve | |
CPrivateKey | Interface for private keys |
CPrivateKeyAlgorithm | Interface for asymmetric algorithms using private keys |
CProxyFilter | Base class for Filter classes that are proxies for a chain of other filters |
CPSS | Probabilistic Signature Scheme with Appendix |
CPSSR | Probabilistic Signature Scheme with Recovery |
CPSSR_MEM | PSSR Message Encoding Method |
CPSSR_MEM_Base | PSSR Message Encoding Method interface |
CPSSR_MEM_BaseWithHashId | PSSR Message Encoding Method with Hash Identifier |
CPSSR_MEM_BaseWithHashId< false > | PSSR Message Encoding Method without Hash Identifier |
CPSSR_MEM_BaseWithHashId< true > | PSSR Message Encoding Method with Hash Identifier |
CPublicBlumBlumShub | BlumBlumShub without factorization of the modulus |
CPublicKey | Interface for public keys |
CPublicKeyAlgorithm | Interface for asymmetric algorithms using public keys |
CPutBlock | Access a block of memory |
CQuotientRing | Quotient ring |
CRabin | Rabin |
CRabinES | Rabin encryption |
CRabinFunction | _ |
CRabinSS | Rabin signature |
CRandomizedTrapdoorFunction | Applies the trapdoor function, using random data if required |
CRandomizedTrapdoorFunctionInverse | Applies the inverse of the trapdoor function, using random data if required |
CRandomNumberGenerator | Interface for random number generators |
CRandomNumberSink | Incorporates input into RNG as additional entropy |
CRandomNumberSource | RNG-based implementation of Source interface |
CRandomNumberStore | RNG-based implementation of Source interface |
CRandomPool | Randomness Pool based on AES-256 |
CRawDES | DES block cipher base class |
CRawIDA | Base class for secret sharing and information dispersal |
►CRC2 | RC2 block cipher |
CRC2_Info | RC2 block cipher information |
CRC5 | RC5 block cipher |
CRC5_Info | RC5 block cipher information |
CRC6 | RC6 block cipher |
CRC6_Info | RC6 block cipher information |
CRDRAND | Hardware generated random numbers using RDRAND instruction |
CRDRAND_Err | Exception thrown when a RDRAND generator encounters a generator related error |
CRDSEED | Hardware generated random numbers using RDSEED instruction |
CRDSEED_Err | Exception thrown when a RDSEED generator encounters a generator related error |
CRedirector | Redirect input to another BufferedTransformation without owning it |
CRegisterDefaultFactoryFor | |
CRijndael | Rijndael block cipher implementation details |
CRijndael_Info | Rijndael block cipher information |
►CRingOfPolynomialsOver | Ring of polynomials over another ring |
CRIPEMD128 | |
CRIPEMD160 | RIPEMD-160 |
CRIPEMD256 | |
CRIPEMD320 | |
CRSA | RSA algorithm |
CRSA_ISO | RSA algorithm |
CRSAES | RSA encryption algorithm |
CRSAES_OAEP_SHA_Decryptor | RSAES<OAEP<SHA>>::Decryptor typedef |
CRSAES_OAEP_SHA_Encryptor | RSAES<OAEP<SHA>>::Encryptor typedef |
CRSAES_PKCS1v15_Decryptor | RSAES<PKCS1v15>::Decryptor typedef |
CRSAES_PKCS1v15_Encryptor | RSAES<PKCS1v15>::Encryptor typedef |
CRSAFunction | RSA trapdoor function using the public key |
CRSAFunction_ISO | RSA trapdoor function using the public key |
CRSAPrimeSelector | |
CRSASS | RSA signature algorithm |
CRSASS_ISO | RSA signature algorithm |
CRSASSA_PKCS1v15_SHA_Signer | RSASS<PKCS1v15,SHA>::Signer typedef |
CRSASSA_PKCS1v15_SHA_Verifier | RSASS<PKCS1v15,SHA>::Verifier typedef |
CRW | Rabin-Williams algorithm |
CRWFunction | Rabin-Williams trapdoor function using the public key |
CRWSS | Rabin-Williams signature scheme |
CSafeLeftShift | Safely left shift values when undefined behavior could occur |
►CSAFER | SAFER block cipher |
CSAFER_Impl | SAFER block cipher default implementation |
CSAFER_K | SAFER-K block cipher |
CSAFER_K_Info | SAFER-K block cipher information |
CSAFER_SK | SAFER-SK block cipher |
CSAFER_SK_Info | SAFER-SK block cipher information |
CSafeRightShift | Safely right shift values when undefined behavior could occur |
CSafeShifter | Safely shift values when undefined behavior could occur |
CSafeShifter< false > | Shifts a value in the absence of overflow |
CSafeShifter< true > | Shifts a value in the presence of overflow |
CSalsa20 | Salsa20 stream cipher |
CSalsa20_Info | Salsa20 stream cipher information |
CSalsa20_Policy | Salsa20 stream cipher operation |
CSameKeyLengthAs | Provides key lengths based on another class's key length |
CSEAL | SEAL stream cipher |
CSEAL_Gamma | |
CSEAL_Info | SEAL stream cipher information |
CSEAL_Policy | SEAL stream cipher operation |
CSecBlock | Secure memory block with allocator and cleanup |
CSecBlockWithHint | Stack-based SecBlock that grows into the heap |
CSecByteBlock | SecBlock<byte> typedef |
CSecretRecovery | Variant of Shamir's Secret Sharing Algorithm |
CSecretSharing | Variant of Shamir's Secret Sharing Algorithm |
CSecWordBlock | SecBlock<word> typedef |
CSEED | SEED block cipher |
CSEED_Info | SEED block cipher information |
CSelfTestFailure | Exception thrown when a crypto algorithm is used after a self test fails |
CSerpent | Serpent block cipher |
CSerpent_Info | Serpent block cipher information |
CSHA1 | SHA-1 |
CSHA224 | Implements the SHA-224 standard |
CSHA256 | Implements the SHA-256 standard |
CSHA3 | SHA3 message digest base class |
CSHA384 | Implements the SHA-384 standard |
CSHA3_224 | SHA3-X message digest, template for more fine-grained typedefs |
CSHA3_256 | SHA3-256 message digest |
CSHA3_384 | SHA3-384 message digest |
CSHA3_512 | SHA3-512 message digest |
CSHA3_Final | |
CSHA512 | Implements the SHA-512 standard |
CSHACAL2 | SHACAL2 block cipher |
CSHACAL2_Info | SHACAL2 block cipher information |
CSHARK | SHARK block cipher SHARK-E |
CSHARK_Info | SHARK block cipher information |
CSharkProcessAndXorBlock | |
CSignalHandler | Signal handler for Linux and Unix compatibles |
CSignatureStandard | Base class for public key signature standard classes |
►CSignatureVerificationFilter | Filter wrapper for PK_Verifier |
CSignerFilter | Filter wrapper for PK_Signer |
Csimple_ptr | Manages resources for a single object |
CSimpleKeyAgreementDomain | Interface for domains of simple key agreement protocols |
CSimpleKeyingInterface | Interface for algorithms that take byte strings as keys |
CSimpleKeyingInterfaceImpl | Provides a base implementation of SimpleKeyingInterface |
CSimpleProxyFilter | Proxy filter that doesn't modify the underlying filter's input or output |
CSingleton | Restricts the instantiation of a class to one static object without locks |
CSink | Implementation of BufferedTransformation's attachment interface |
CSKIPJACK | SKIPJACK block cipher |
CSKIPJACK_Info | SKIPJACK block cipher information |
►CSocket | Wrapper for Windows or Berkeley Sockets |
CSocketReceiver | |
CSocketSender | |
CSocketsInitializer | |
CSocketSink | Socket-based implementation of NetworkSink |
CSocketSource | Socket-based implementation of NetworkSource |
CSosemanuk | Sosemanuk |
CSosemanukInfo | Algorithm info |
CSosemanukPolicy | _ |
CSource | Implementation of BufferedTransformation's attachment interface |
CSourceTemplate | Transform a Store into a Source |
CSquare | Square block cipher |
CSquare_Info | Square block cipher information |
CStore | Acts as a Source for pre-existing, static data |
CStreamTransformation | Interface for the data processing portion of stream ciphers |
CStreamTransformationFilter | Filter wrapper for StreamTransformation |
CStringSink | |
CStringSinkTemplate | Append input to a string object |
CStringSource | |
CStringStore | String-based implementation of Store interface |
CSymmetricCipher | Interface for one direction (encryption or decryption) of a stream cipher or cipher mode |
CSymmetricCipherDocumentation | Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher |
CSymmetricCipherFinal | SymmetricCipher implementation |
CTEA | TEA block cipher |
CTEA_Info | TEA block cipher information |
CTF_Base | The base for trapdoor based cryptosystems |
CTF_CryptoSchemeOptions | _ |
CTF_CryptoSystemBase | Trapdoor function cryptosystem base class |
CTF_DecryptorBase | Trapdoor function cryptosystems decryption base class |
CTF_DecryptorImpl | _ |
CTF_EncryptorBase | |
CTF_EncryptorImpl | _ |
CTF_ES | Trapdoor Function (TF) encryption scheme |
CTF_ObjectImpl | _ |
CTF_ObjectImplBase | _ |
CTF_ObjectImplExtRef | _ |
CTF_SignatureSchemeBase | _ |
CTF_SignatureSchemeOptions | _ |
CTF_SignerBase | _ |
CTF_SignerImpl | _ |
CTF_SS | Trapdoor Function (TF) Signature Scheme |
CTF_VerifierBase | _ |
CTF_VerifierImpl | _ |
►CThreadLocalStorage | Thread local storage |
CThreadUserTimer | Measure CPU time spent executing instructions of this thread (if supported by OS) |
CThreeWay | ThreeWay block cipher |
CThreeWay_Info | ThreeWay block cipher information |
CTiger | Tiger |
CTimer | High resolution timer |
CTimerBase | Base class for timers |
CTracer | |
CTransparentFilter | A transparent MeterFilter |
CTrapdoorFunction | Applies the trapdoor function |
CTrapdoorFunctionBounds | Provides range for plaintext and ciphertext lengths |
CTrapdoorFunctionInverse | Applies the inverse of the trapdoor function |
CTruncatedHashTemplate | Construct new HashModule with smaller DigestSize() from existing one |
CTTMAC | Two-Track-MAC message authentication code |
CTTMAC_Base | TTMAC message authentication code information |
CTwofish | Twofish block cipher |
CTwofish_Info | Twofish block cipher information |
CUnflushable | Base class for unflushable filters |
CUnknownOID | Exception thrown when an unknown object identifier is encountered |
Cvalue_ptr | Value pointer |
CVariableKeyLength | Inherited by keyed algorithms with variable key length |
CVariableRounds | Inherited by algorithms with variable number of rounds |
Cvector_member_ptrs | Manages resources for an array of objects |
Cvector_ptr | Manages resources for an array of objects |
CVMAC | VMAC message authentication code |
CVMAC_Base | VMAC message authentication code base class |
CWaitable | Interface for objects that can be waited on |
CWaitingThreadData | |
►CWaitObjectContainer | Container of wait objects |
CWaitObjectsTracer | |
CWAKE_Base | |
CWAKE_OFB | WAKE stream cipher |
CWAKE_OFB_Info | WAKE stream cipher information |
CWAKE_Policy | WAKE stream cipher operation |
CWhirlpool | Whirlpool |
CWindowsHandle | Windows Handle |
CWindowSlider | |
►CWindowsPipe | Windows Pipe |
CWindowsPipeReceiver | Pipe-based implementation of NetworkReceiver |
CWindowsPipeSender | Pipe-based implementation of NetworkSender |
CWindowsPipeSink | Windows Pipe Sink |
CWindowsPipeSource | Windows Pipe Source |
CWord | |
CX509PublicKey | Encodes and decodes subjectPublicKeyInfo |
CX917RNG | ANSI X9.17 RNG |
CXSalsa20 | XSalsa20 stream cipher |
CXSalsa20_Info | XSalsa20 stream cipher information |
CXSalsa20_Policy | XSalsa20 stream cipher operation |
CXTEA | XTEA block cipher |
CXTEA_Info | XTEA block cipher information |
CXTR_DH | XTR-DH with key validation |
CZlibCompressor | ZLIB Compressor (RFC 1950) |
►CZlibDecompressor | ZLIB Decompressor (RFC 1950) |