- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NewSHAKE256 (0.1 sec)
-
api/go1.24.txt
pkg crypto/sha3, func NewCSHAKE128([]uint8, []uint8) *SHAKE #69982 pkg crypto/sha3, func NewCSHAKE256([]uint8, []uint8) *SHAKE #69982 pkg crypto/sha3, func NewSHAKE128() *SHAKE #69982 pkg crypto/sha3, func NewSHAKE256() *SHAKE #69982 pkg crypto/sha3, func Sum224([]uint8) [28]uint8 #69982 pkg crypto/sha3, func Sum256([]uint8) [32]uint8 #69982 pkg crypto/sha3, func Sum384([]uint8) [48]uint8 #69982
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Dec 17 21:28:29 UTC 2024 - 14.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
return err } s.initBlock = bytes.Clone(b[marshaledSize:]) return nil } // NewShake128 creates a new SHAKE128 XOF. func NewShake128() *SHAKE { return &SHAKE{d: Digest{rate: rateK256, outputLen: 32, dsbyte: dsbyteShake}} } // NewShake256 creates a new SHAKE256 XOF. func NewShake256() *SHAKE { return &SHAKE{d: Digest{rate: rateK512, outputLen: 64, dsbyte: dsbyteShake}} } // NewCShake128 creates a new cSHAKE128 XOF. // // N is used to define functions based on cSHAKE, it can be empty when plain // cSHAKE...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)