- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SHAKE256 (0.13 sec)
-
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) -
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)