Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterHash (0.58 sec)

  1. 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)
Back to top