Package cloud.opencode.base.crypto.hash


package cloud.opencode.base.crypto.hash
  • Class
    Description
    BLAKE2 hash function implementation - High-speed cryptographic hash function (BLAKE2b, BLAKE2s) BLAKE2 哈希函数实现 - 高速加密哈希函数(BLAKE2b、BLAKE2s)
    BLAKE3 hash function implementation - Next-generation cryptographic hash function BLAKE3 哈希函数实现 - 下一代加密哈希函数
    Hash function interface for cryptographic hash operations - Provides unified API for various hash algorithms 哈希函数接口 - 为各种哈希算法提供统一的 API
    HMAC (Hash-based Message Authentication Code) function implementation - Keyed hash for message authentication HMAC(基于哈希的消息认证码)函数实现 - 用于消息认证的密钥哈希
    SHA-2 family hash function implementation - Secure Hash Algorithm 2 (SHA-224, SHA-256, SHA-384, SHA-512) SHA-2 系列哈希函数实现 - 安全哈希算法 2(SHA-224、SHA-256、SHA-384、SHA-512)
    SHA-3 family hash function implementation - Secure Hash Algorithm 3 (SHA3-224, SHA3-256, SHA3-384, SHA3-512) SHA-3 系列哈希函数实现 - 安全哈希算法 3(SHA3-224、SHA3-256、SHA3-384、SHA3-512)
    SM3 hash function implementation - Chinese national cryptographic standard hash algorithm SM3 哈希函数实现 - 中国国密标准哈希算法