validate.h

来自「300种加密解密算法 希望能够对需要的人有所帮助」· C头文件 代码 · 共 54 行

H
54
字号
#ifndef VALIDATE_H
#define VALIDATE_H

bool ValidateAll();
bool TestSettings();

bool ZKValidate();

bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool TigerValidate();
bool RIPEMDValidate();

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

bool DESValidate();
bool IDEAValidate();
bool SAFERValidate();
bool RC2Validate();
bool RC5Validate();
bool BlowfishValidate();
bool Diamond2Validate();
bool ThreeWayValidate();
bool GOSTValidate();
bool SHARKValidate();
bool SHARK2Validate();
bool SEALValidate();
bool CASTValidate();
bool SquareValidate();
bool RC6Validate();
bool MARSValidate();

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

#endif

⌨️ 快捷键说明

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