- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewCSHAKE128 (0.66 sec)
-
lib/fips140/v1.1.0-rc1.zip
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 is desired. S is a customization byte string used for domain // separation. When N and S are both empty, this is equivalent to NewShake128. func NewCShake128(N, S []byte) *SHAKE { // The actual logic is in a separate function to outline this allocation. c := &SHAKE{}...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)