validate.h

来自「C++实现的数字签名DSA算法」· C头文件 代码 · 共 67 行

H
67
字号
#ifndef CRYPTOPP_VALIDATE_H
#define CRYPTOPP_VALIDATE_H

bool ValidateAll();
bool TestSettings();
bool TestOS_RNG();

bool ZKValidate();

bool CRC32Validate();
bool Adler32Validate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool SHA2Validate();
bool HAVALValidate();
bool TigerValidate();
bool RIPEMDValidate();
bool PanamaValidate();

bool MD5MACValidate();
bool HMACValidate();
bool XMACCValidate();

bool CipherModesValidate();

bool DESValidate();
bool IDEAValidate();
bool SAFERValidate();
bool RC2Validate();
bool ARC4Validate();
bool RC5Validate();
bool BlowfishValidate();
bool Diamond2Validate();
bool ThreeWayValidate();
bool GOSTValidate();
bool SHARKValidate();
bool SEALValidate();
bool CASTValidate();
bool SquareValidate();
bool SKIPJACKValidate();
bool RC6Validate();
bool MARSValidate();
bool RijndaelValidate();
bool TwofishValidate();
bool SerpentValidate();

bool BBSValidate();
bool DHValidate();
bool MQVValidate();
bool RSAValidate();
bool ElGamalValidate();
bool NRValidate();
bool DSAValidate();
bool LUCValidate();
bool LUCDIFValidate();
bool LUCELGValidate();
bool XTRDHValidate();
bool RabinValidate();
bool RWValidate();
bool BlumGoldwasserValidate();
bool ECPValidate();
bool EC2NValidate();
bool ECDSAValidate();

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?