Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewCSHAKE256 (0.07 sec)

  1. api/go1.24.txt

    pkg crypto/sha3, func New256() *SHA3 #69982
    pkg crypto/sha3, func New384() *SHA3 #69982
    pkg crypto/sha3, func New512() *SHA3 #69982
    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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Dec 17 21:28:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    len(N) == 0 && len(S) == 0 { return NewShake128() } return newCShake(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 { if len(N) == 0 && len(S) == 0 { return NewShake256() } return newCShake(N, S, rateK512,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top