Uses of Class
cloud.opencode.base.crypto.hash.Blake3Hash
Packages that use Blake3Hash
-
Uses of Blake3Hash in cloud.opencode.base.crypto.hash
Methods in cloud.opencode.base.crypto.hash that return Blake3HashModifier and TypeMethodDescriptionstatic Blake3HashBlake3Hash.create()Create BLAKE3 hash function with default digest length (256-bit) 创建 BLAKE3 哈希函数(默认 256 位摘要)static Blake3HashBlake3Hash.create(int digestLength) Create BLAKE3 hash function with custom digest length 创建指定摘要长度的 BLAKE3 哈希函数