Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
►NWeak | Namespace containing weak and wounded algorithms |
CAbstractEuclideanDomain | Abstract Euclidean Domain |
CAbstractGroup | Abstract Group |
CAbstractPolicyHolder | |
CAbstractRing | Abstract Ring |
CAdditiveCipherAbstractPolicy | |
CAdditiveCipherConcretePolicy | |
CAdditiveCipherTemplate | |
CAdler32 | ADLER-32 checksum calculations |
CAES | AES winner, announced on 10/2/2000 |
CAlgorithm | Interface for all crypto algorithms |
CAlgorithmImpl | Base class for identifying alogorithm |
CAlgorithmParameters | An object that implements NameValuePairs |
►CAlgorithmParametersBase | |
CAlgorithmParametersTemplate | |
CAlignedSecByteBlock | AlignedSecByteBlock is a SecBlock<byte, 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 |
CArrayXorSink | Xor input to a memory buffer |
CASN1CryptoMaterial | _ |
CASN1Object | Interface for encoding and decoding ASN1 objects |
CASNOptional | |
CAssignFromHelperClass | |
CAsymmetricAlgorithm | Interface for asymmetric algorithms |
CAuthenticatedDecryptionFilter | Filter wrapper for decrypting with AuthenticatedSymmetricCipher, optionally handling padding/unpadding when needed |
CAuthenticatedEncryptionFilter | Filter wrapper for encrypting with AuthenticatedSymmetricCipher, optionally handling padding/unpadding when needed |
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 | |
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 ASN1 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 |
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 class member functions to access BlockCipher constants |
CBlockGetAndPut | |
CBlockingRng | Wrapper class for /dev/random and /dev/srandom |
CBlockOrientedCipherModeBase | |
CBlockPaddingSchemeDef | |
CBlockTransformation | Interface for the data processing part of block ciphers |
CBlowfish | Provides Blowfish encryption and decryption |
CBlowfish_Info | The cipher's key, iv, block size and name information |
CBlumBlumShub | BlumBlumShub with factorization of the modulus |
CBTEA | corrected Block TEA (as described in "xxtea") |
CBTEA_Info | _ |
►CBufferedTransformation | Interface for buffered transformations |
CBufferless | Base class for bufferless filters |
CByteArrayParameter | |
►CByteQueue | Byte Queue |
CByteQueueNode | |
CCallStack | |
CCallStackWithNr | |
CCallStackWithStr | |
CCamellia | Camellia |
CCamellia_Info | _ |
CCannotFlush | Flush(true) was called but it can't completely flush its buffers |
CCAST | |
CCAST128 | CAST-128 |
CCAST128_Info | Algorithm info |
CCAST256 | CAST-256 |
CCAST256_Info | Algorithm info |
CCBC_CTS_Decryption | |
CCBC_CTS_Encryption | |
CCBC_CTS_Mode | CBC mode with ciphertext stealing |
CCBC_CTS_Mode_ExternalCipher | CBC mode with ciphertext stealing, external cipher |
CCBC_Decryption | |
CCBC_Encryption | |
CCBC_MAC | CBC-MAC |
CCBC_MAC_Base | _ |
CCBC_Mode | CBC mode |
CCBC_Mode_ExternalCipher | CBC mode, external cipher |
CCBC_ModeBase | |
CCCM | CCM |
CCCM_Base | |
CCCM_Final | |
CCFB_CipherAbstractPolicy | |
►CCFB_CipherConcretePolicy | |
CCFB_CipherTemplate | |
CCFB_DecryptionTemplate | |
CCFB_EncryptionTemplate | |
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 | |
CCFB_RequireFullDataBlocks | |
CChannelRouteIterator | |
CChannelSwitch | Route input to different and/or multiple channels based on channel ID |
CChannelSwitchTypedefs | |
CCipherFactory | |
CCipherModeBase | |
CCipherModeDocumentation | Classes for operating block cipher modes of operation |
CCipherModeFinalTemplate_CipherHolder | _ |
CCipherModeFinalTemplate_ExternalCipher | OFB block cipher mode of operation |
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 |
CCMAC_Base | _ |
CCodeLessThan | |
CCombinedNameValuePairs | |
CConcretePolicyHolder | |
CConstByteArrayParameter | Used to pass byte array input as part of a NameValuePairs object |
Ccounted_ptr | Reference counted pointer |
CCRC32 | CRC 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 | |
CCustomFlushPropagation | Provides interface for custom flush signals |
CCustomSignalPropagation | Provides interface for initialization of derived filters |
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 (RFC 1951) compressor |
CDERGeneralEncoder | DER General Encoder |
CDERSequenceEncoder | DER Sequence Encoder |
CDERSetEncoder | DER Set Encoder |
CDES | DES |
CDES_EDE2 | DES-EDE2 |
CDES_EDE2_Info | _ |
CDES_EDE3 | DES-EDE3 |
CDES_EDE3_Info | _ |
CDES_Info | _ |
CDES_XEX3 | DES-XEX3, AKA DESX |
CDES_XEX3_Info | _ |
CDH2 | Unified Diffie-Hellman |
CDH_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 | To be thrown by DecodeElement and AgreeWithStaticPrivateKey |
CDL_Base | _ |
CDL_BasePrecomputation_LUC | _ |
CDL_CryptoKeys_GFP | DL encryption/decryption keys (in GF(p) groups) |
CDL_CryptoKeys_LUC | _ |
CDL_CryptoSchemeOptions | _ |
CDL_CryptoSystemBase | _ |
CDL_DecryptorBase | _ |
CDL_DecryptorImpl | _ |
CDL_ElgamalLikeSignatureAlgorithm | Interface for Elgamal-like signature algorithms |
CDL_EncryptionAlgorithm_Xor | XOR encryption method, for use with DL-based cryptosystems |
CDL_EncryptorBase | _ |
CDL_EncryptorImpl | _ |
CDL_ES | Discrete Log Based Encryption Scheme |
CDL_FixedBasePrecomputation | |
CDL_FixedBasePrecomputationImpl | |
CDL_GroupParameters | Interface for 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 | _ |
CDL_GroupPrecomputation | |
CDL_GroupPrecomputation_LUC | |
CDL_Key | _ |
CDL_KeyAgreementAlgorithm | Interface for DL key agreement algorithms |
CDL_KeyAgreementAlgorithm_DH | DH key agreement algorithm |
CDL_KeyDerivationAlgorithm | Interface for key derivation algorithms used in DL cryptosystems |
CDL_KeyDerivationAlgorithm_P1363 | _ |
CDL_KeyedSchemeOptions | _ |
CDL_KeyImpl | _ |
CDL_Keys_DSA | DSA keys |
CDL_Keys_EC | EC keys |
CDL_Keys_ECDSA | ECDSA keys |
CDL_ObjectImpl | _ |
CDL_ObjectImplBase | _ |
CDL_PrivateKey | Interface for 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 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 | _ |
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 | _ |
CDL_SignatureSchemeOptions | _ |
CDL_SignerBase | _ |
CDL_SignerImpl | _ |
CDL_SimpleKeyAgreementDomainBase | _ |
CDL_SS | Discrete Log Based Signature Scheme |
CDL_SymmetricEncryptionAlgorithm | Interface for symmetric encryption algorithms used in DL cryptosystems |
CDL_VerifierBase | _ |
CDL_VerifierImpl | _ |
CDLIES | Discrete Log Integrated Encryption Scheme, AKA DLIES |
CDMAC | DMAC |
CDMAC_Base | _ |
CDSA2 | DSA, as specified in FIPS 186-3 |
CDWord | |
CEAX | The EAX block cipher mode of operation |
CEAX_Base | EAX block cipher mode of operation |
CEAX_Final | Class specific methods used to operate the cipher |
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 | |
CECDH | Elliptic Curve Diffie-Hellman, AKA ECDH |
CECDSA | ECDSA |
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 | |
CEMSA2HashId | |
►CEMSA2HashIdLookup | |
CEMSA2Pad | _ |
CEMSA5Pad | _ |
CEncodedObjectFilter | |
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 | EuclideanDomainOf |
CException | Base class for all exceptions thrown by Crypto++ |
►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 | |
CFilterTester | |
CFilterWithBufferedInput | |
CFilterWithInputQueue | _ |
CFixedBlockSize | Inherited by block ciphers with fixed block size |
CFixedKeyLength | Inherited by keyed algorithms with fixed key length |
CFixedRNG | |
CFixedRounds | Inherited by ciphers with fixed number of rounds |
CFixedRoundsCipherFactory | |
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 | The GCM mode of operation |
CGCM_Base | CCM block cipher mode of operation |
CGCM_Final | Class specific methods used to operate the cipher |
CGDSA | DSA-1363 |
CGeneratableCryptoMaterial | Interface for generatable crypto material, such as private keys and crypto parameters |
CGetBlock | |
CGetValueHelperClass | |
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 |
CGOST_Info | _ |
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 |
CHashTestTuple | |
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 | General, multipurpose KDF from RFC 5869 |
CHKDF_TestTuple | |
CHMAC | HMAC |
CHMAC_Base | _ |
►CHuffmanDecoder | Huffman Decoder |
►CHuffmanEncoder | |
CHuffmanNode | |
CIDEA | IDEA |
CIDEA_Info | _ |
►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 |
CInvalidRounds | Exception thrown when an invalid number of rounds is encountered |
CInvertibleESIGNFunction | _ |
CInvertibleLUCFunction | _ |
CInvertibleRabinFunction | _ |
CInvertibleRSAFunction | _ |
CInvertibleRSAFunction_ISO | |
CInvertibleRWFunction | _ |
CIteratedHash | _ |
CIteratedHashBase | _ |
CIteratedHashWithStaticTransform | _ |
CKDF2_RNG | |
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 | _ |
CLR | Luby-Rackoff |
CLR_Info | Algorithm info |
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 |
CMARS_Info | _ |
CMaskGeneratingFunction | _ |
CMaurerRandomnessTest | Maurer's Universal Statistical Test for Random Bit Generators |
CMDC | MDC |
CMDC_Info | _ |
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 class member functions to access MessageAuthenticationCode constants |
CMessageQueue | Message Queue |
CMeterFilter | Measure how many byte and messages pass through, also serves as valve |
CMicrosoftCryptoProvider | Wrapper for Microsoft crypto service provider |
CModePolicyCommonTemplate | |
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 |
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 | |
COID | Object Identifier |
COIDLessThan | |
COpaqueFilter | _ |
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 | _ |
CPaddingRemover | |
CPanama | Base class, do not use directly |
CPanamaCipher | Panama Stream Cipher |
CPanamaCipherInfo | Algorithm info |
CPanamaCipherPolicy | _ |
CPasswordBasedKeyDerivationFunction | Abstract base class for password based key derivation function |
CPBKDF_TestTuple | |
CPK_CryptoSystem | Interface for public-key encryptors and decryptors |
CPK_Decryptor | Interface for public-key decryptors |
CPK_DecryptorFilter | Proxy for the filter created by PK_Decryptor::CreateDecryptionFilter |
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 | Proxy for the filter created by PK_Encryptor::CreateEncryptionFilter |
CPK_FinalTemplate | A template implementing constructors for public key algorithm classes |
CPK_FixedLengthCryptoSystemImpl | Public key trapdoor function base class |
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, T should be a HashTransformation class |
CPKCS1v15 | PKCS #1 version 1.5, for use with RSAES and RSASS |
►CPKCS1v15_SignatureMessageEncodingMethod | EMSA-PKCS1-v1_5 |
CPKCS5_PBKDF1 | PBKDF1 from PKCS #5, T should be a HashTransformation class |
CPKCS5_PBKDF2_HMAC | PBKDF2 from PKCS #5, T should be a HashTransformation class |
CPKCS8PrivateKey | Encodes/decodes privateKeyInfo |
CPKCS_DigestDecoration | |
CPKCS_EncryptionPaddingScheme | Classes for PKCS padding schemes |
►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 | PSS-MGF1 |
CPSSR | PSSR-MGF1 |
CPSSR_MEM | |
CPSSR_MEM_Base | |
CPSSR_MEM_BaseWithHashId | |
CPSSR_MEM_BaseWithHashId< false > | |
CPSSR_MEM_BaseWithHashId< true > | |
CPublicBlumBlumShub | BlumBlumShub without factorization of the modulus |
CPublicKey | Interface for public keys |
CPublicKeyAlgorithm | Interface for asymmetric algorithms using public keys |
CPutBlock | |
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 |
CRawDES | |
CRawIDA | Base class for secret sharing and information dispersal |
►CRC2 | The RC2 stream cipher |
CRC2_Info | The RC2 cipher's key, iv, block size and name information |
CRC5 | RC5 |
CRC5_Info | _ |
CRC6 | RC6 |
CRC6_Info | _ |
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 |
CRSA_ISO | |
CRSAES | RSA cryptosystem |
CRSAFunction | _ |
CRSAFunction_ISO | |
CRSAPrimeSelector | |
CRSASS | RSA signature scheme with appendix |
CRSASS_ISO | |
CRW | RW |
CRWFunction | _ |
CRWSS | RWSS |
►CSAFER | Base class, do not use directly |
CSAFER_Impl | |
CSAFER_K | SAFER-K |
CSAFER_K_Info | _ |
CSAFER_SK | SAFER-SK |
CSAFER_SK_Info | _ |
CSafeShifter | |
CSafeShifter< false > | |
CSafeShifter< true > | |
CSalsa20 | Salsa20 block cipher information |
CSalsa20_Info | Salsa block cipher information |
CSalsa20_Policy | |
CSameKeyLengthAs | Provides key lengths based on another class's key length |
CSEAL | SEAL |
CSEAL_Gamma | |
CSEAL_Info | _ |
CSEAL_Policy | |
CSecBlock | Secure memory block with allocator and cleanup |
CSecBlock< byte, AllocatorWithCleanup< byte, true > > | |
CSecBlockWithHint | Stack-based SecBlock that grows into the heap |
CSecByteBlock | SecByteBlock is a SecBlock<byte> typedef |
CSecretRecovery | Variant of Shamir's Secret Sharing Algorithm |
CSecretSharing | Variant of Shamir's Secret Sharing Algorithm |
CSecWordBlock | SecWordBlock is a SecBlock<word> typedef |
CSEED | SEED |
CSEED_Info | _ |
CSelfTestFailure | Exception thrown when a crypto algorithm is used after a self test fails |
CSerpent | Serpent |
CSerpent_Info | _ |
CSHA1 | SHA-1 |
CSHA224 | Implements the SHA-224 standard |
CSHA256 | Implements the SHA-256 standard |
CSHA3 | SHA-3 |
CSHA384 | Implements the SHA-384 standard |
CSHA3_224 | |
CSHA3_256 | |
CSHA3_384 | |
CSHA3_512 | |
CSHA512 | Implements the SHA-512 standard |
CSHACAL2 | SHACAL-2 |
CSHACAL2_Info | _ |
CSHARK | SHARK-E |
CSHARK_Info | _ |
CSharkProcessAndXorBlock | |
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 class member functions to access SimpleKeyingInterface constants |
CSimpleProxyFilter | Simple 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 |
CSKIPJACK_Info | _ |
CSosemanuk | Sosemanuk |
CSosemanukInfo | Algorithm info |
CSosemanukPolicy | _ |
CSource | Implementation of BufferedTransformation's attachment interface |
CSourceTemplate | Transform a Store into a Source |
CSquare | Square |
CSquare_Info | _ |
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, optionally handling padding/unpadding when needed |
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 | _ |
CTEA | TEA |
CTEA_Info | _ |
CTestDataNameValuePairs | |
CTestFailure | |
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 Based Encryption Scheme |
CTF_ObjectImpl | _ |
CTF_ObjectImplBase | _ |
CTF_ObjectImplExtRef | _ |
CTF_SignatureSchemeBase | _ |
CTF_SignatureSchemeOptions | _ |
CTF_SignerBase | _ |
CTF_SignerImpl | _ |
CTF_SS | Trapdoor Function Based 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 | Provides 3-Way encryption and decryption |
CThreeWay_Info | The cipher's key, iv, block size and name information |
CTiger | Tiger |
CTimer | High resolution timer |
CTimerBase | _ |
CTracer | |
CTransparentFilter | _ |
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 |
CTTMAC_Base | _ |
CTwofish | Twofish |
CTwofish_Info | _ |
CUnflushable | Base class for unflushable filters |
CUnknownOID | |
Cvalue_ptr | Value pointer |
CVariableKeyLength | Inherited by keyed algorithms with variable key length |
CVariableRounds | Inherited by ciphers with variable number of rounds |
CVariableRoundsCipherFactory | |
Cvector_member_ptrs | Manages resources for an array of objects |
Cvector_ptr | Manages resources for an array of objects |
CVMAC | The VMAC message authentication code |
CVMAC_Base | Class specific methods used to operate the MAC |
CWaitable | Interface for objects that can be waited on |
CWaitingThreadData | |
►CWaitObjectContainer | Container of wait objects |
CWaitObjectsTracer | |
CWAKE_Base | |
CWAKE_OFB | WAKE-OFB |
CWAKE_OFB_Info | _ |
CWAKE_Policy | |
CWhirlpool | Whirlpool |
CWindowSlider | |
CWord | |
CX509PublicKey | Encodes/decodes subjectPublicKeyInfo |
CX917RNG | ANSI X9.17 RNG |
CXSalsa20 | XSalsa20 block cipher information |
CXSalsa20_Info | XSalsa20 block cipher information |
CXSalsa20_Policy | |
CXTEA | XTEA |
CXTEA_Info | _ |
CXTR_DH | XTR-DH with key validation |
CZlibCompressor | ZLIB Compressor (RFC 1950) |
►CZlibDecompressor | ZLIB Decompressor (RFC 1950) |