Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for SHAKE256 (0.17 sec)

  1. api/go1.26.txt

    pkg crypto/hpke, func Open(PrivateKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300
    pkg crypto/hpke, func SHAKE128() KDF #75300
    pkg crypto/hpke, func SHAKE256() KDF #75300
    pkg crypto/hpke, func Seal(PublicKey, KDF, AEAD, []uint8, []uint8) ([]uint8, error) #75300
    pkg crypto/hpke, method (*Recipient) Export(string, int) ([]uint8, error) #75300
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 19:57:52 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    s.d.BlockSize() } func (s *SHAKE) Size() int { return s.d.Size() } // Sum appends a portion of output to b and returns the resulting slice. The // output length is selected to provide full-strength generic security: 32 bytes // for SHAKE128 and 64 bytes for SHAKE256. It does not change the underlying // state. It panics if any output has already been read. func (s *SHAKE) Sum(in []byte) []byte { return s.d.Sum(in) } // Write absorbs more data into the hash's state. // It panics if any output has already been...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.zip

    s.d.BlockSize() } func (s *SHAKE) Size() int { return s.d.Size() } // Sum appends a portion of output to b and returns the resulting slice. The // output length is selected to provide full-strength generic security: 32 bytes // for SHAKE128 and 64 bytes for SHAKE256. It does not change the underlying // state. It panics if any output has already been read. func (s *SHAKE) Sum(in []byte) []byte { return s.d.Sum(in) } // Write absorbs more data into the hash's state. // It panics if any output has already been...
    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