Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for New384 (0.06 sec)

  1. api/go1.24.txt

    pkg crypto/rand, func Text() string #67057
    pkg crypto/sha3, func New224() *SHA3 #69982
    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
    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

    &Digest{rate: rateK448, outputLen: 28, dsbyte: dsbyteSHA3} } // New256 returns a new Digest computing the SHA3-256 hash. func New256() *Digest { return &Digest{rate: rateK512, outputLen: 32, dsbyte: dsbyteSHA3} } // New384 returns a new Digest computing the SHA3-384 hash. func New384() *Digest { return &Digest{rate: rateK768, outputLen: 48, dsbyte: dsbyteSHA3} } // New512 returns a new Digest computing the SHA3-512 hash. func New512() *Digest { return &Digest{rate: rateK1024, outputLen: 64, dsbyte:...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg crypto/sha512, const BlockSize ideal-int
    pkg crypto/sha512, const Size ideal-int
    pkg crypto/sha512, const Size384 ideal-int
    pkg crypto/sha512, func New() hash.Hash
    pkg crypto/sha512, func New384() hash.Hash
    pkg crypto/subtle, func ConstantTimeByteEq(uint8, uint8) int
    pkg crypto/subtle, func ConstantTimeCompare([]uint8, []uint8) int
    pkg crypto/subtle, func ConstantTimeCopy(int, []uint8, []uint8)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top