- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for RegisterHash (2.9 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
SHA3-512 hash. func New512() *Digest { return &Digest{rate: rateK1024, outputLen: 64, dsbyte: dsbyteSHA3} } // TODO(fips): do this in the stdlib crypto/sha3 package. // // crypto.RegisterHash(crypto.SHA3_224, New224) // crypto.RegisterHash(crypto.SHA3_256, New256) // crypto.RegisterHash(crypto.SHA3_384, New384) // crypto.RegisterHash(crypto.SHA3_512, New512) const ( dsbyteSHA3 = 0b00000110 dsbyteKeccak = 0b00000001 dsbyteShake = 0b00011111 dsbyteCShake = 0b00000100 // rateK[c] is the rate in bytes for Keccak[c]...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
api/go1.txt
pkg crypto, const RIPEMD160 Hash pkg crypto, const SHA1 Hash pkg crypto, const SHA224 Hash pkg crypto, const SHA256 Hash pkg crypto, const SHA384 Hash pkg crypto, const SHA512 Hash pkg crypto, func RegisterHash(Hash, func() hash.Hash) pkg crypto, method (Hash) Available() bool pkg crypto, method (Hash) New() hash.Hash pkg crypto, method (Hash) Size() int pkg crypto, type Hash uint pkg crypto, type PrivateKey interface {}
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)