Uses of Class
cloud.opencode.base.crypto.hash.Blake2Hash

Packages that use Blake2Hash
Package
Description
 
  • Uses of Blake2Hash in cloud.opencode.base.crypto.hash

    Modifier and Type
    Method
    Description
    static Blake2Hash
    Blake2Hash.blake2b(int digestLength)
    Create BLAKE2b hash function with custom digest length 创建指定摘要长度的 BLAKE2b 哈希函数
    static Blake2Hash
    Blake2Hash.blake2b256()
    Create BLAKE2b-256 hash function (256-bit digest) 创建 BLAKE2b-256 哈希函数(256 位摘要)
    static Blake2Hash
    Blake2Hash.blake2b512()
    Create BLAKE2b-512 hash function (512-bit digest) 创建 BLAKE2b-512 哈希函数(512 位摘要)
    static Blake2Hash
    Blake2Hash.blake2s(int digestLength)
    Create BLAKE2s hash function with custom digest length 创建指定摘要长度的 BLAKE2s 哈希函数
    static Blake2Hash
    Blake2Hash.blake2s256()
    Create BLAKE2s-256 hash function (256-bit digest) 创建 BLAKE2s-256 哈希函数(256 位摘要)