Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewCSHAKE256 (0.71 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    && len(S) == 0 { *c = *NewShake128() return c } return newCShake(c, N, S, rateK256, 32, dsbyteCShake) } // NewCShake256 creates a new cSHAKE256 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 NewShake256. func NewCShake256(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)
Back to top