Crate rcrypto

Source

Re-exports§

pub use sha::SHA;
pub use sha3::SHA3;

Modules§

cipher_mode
块加密工作模式
dsa
DSS数字签名算法 DSA(Digital Signature Algorithms)
FIPS 186-4
ecdsa
ECDSA椭圆曲线数字签名算法
elliptic
ECDSA椭圆曲线数字签名算法
DSS数字签名标准
rsa
PKCS#1 v2.2 RSA密码学标准
sha
SHA(Secure Hash Algorithm
sha3
SHA-3

Structs§

AES
CMAC
CMAC(Block Cipher-based Message Authentication Code)
SP 800-38B
CryptoError
DES
DES
HMAC
Keccak
KeccakSponge
MD5
SM3
SM4
TDES
ZUC
ZUC stream cipher algorithm
GM/T 0001-2012
ZUCCipher
ZUC stream cipher algorithm
GM/T 0001-2012
ZUCMac

Enums§

CryptoErrorKind

Traits§

Cipher
A trait for cryptography algorithms
Digest
A trait for message digest algorithm used in the cryptography
DigestXOF
Extendable-output functions(XOFs)
Signature
A trait for signature algorithms