Expand description
WAE Crypto - 统一加密抽象模块
Re-exports§
pub use base64::base64_decode;pub use base64::base64_encode;pub use base64::base64url_decode;pub use base64::base64url_encode;pub use error::CryptoError;pub use error::CryptoResult;pub use hash::HashAlgorithm;pub use hash::hash;pub use hmac::HmacAlgorithm;pub use hmac::hmac_sign;pub use hmac::hmac_verify;pub use password::PasswordAlgorithm;pub use password::PasswordHasher;pub use password::PasswordHasherConfig;pub use totp::TotpAlgorithm;pub use totp::TotpSecret;pub use totp::generate_hotp;pub use totp::generate_totp;pub use totp::verify_hotp;pub use totp::verify_totp;