⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 validate.h

📁 300中加密方法
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -