Security Scol plugin
Public Member Functions | List of all members
DataParametersInfo< BlockSize, KeyLength, DigestSize, SaltSize, Iterations > Struct Template Reference

Algorithm information for password-based encryptors and decryptors. More...

#include <default.h>

Public Member Functions

 CRYPTOPP_CONSTANT (BLOCKSIZE=BlockSize)
 
 CRYPTOPP_CONSTANT (KEYLENGTH=KeyLength)
 
 CRYPTOPP_CONSTANT (SALTLENGTH=SaltSize)
 
 CRYPTOPP_CONSTANT (DIGESTSIZE=DigestSize)
 
 CRYPTOPP_CONSTANT (ITERATIONS=Iterations)
 

Detailed Description

template<unsigned int BlockSize, unsigned int KeyLength, unsigned int DigestSize, unsigned int SaltSize, unsigned int Iterations>
struct DataParametersInfo< BlockSize, KeyLength, DigestSize, SaltSize, Iterations >

Algorithm information for password-based encryptors and decryptors.

Definition at line 57 of file default.h.


The documentation for this struct was generated from the following file: