- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for newCShake (0.09 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
"crypto/internal/fips140" "crypto/internal/fips140deps/byteorder" "errors" "math/bits" ) type SHAKE struct { d Digest // SHA-3 state context and Read/Write operations // initBlock is the cSHAKE specific initialization set of bytes. It is initialized // by newCShake function and stores concatenation of N followed by S, encoded // by the method specified in 3.3 of [1]. // It is stored here in order for Reset() to be able to put context into // initial state. initBlock []byte } func bytepad(data []byte, rate int)...
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
"crypto/internal/fips140" "crypto/internal/fips140deps/byteorder" "errors" "math/bits" ) type SHAKE struct { d Digest // SHA-3 state context and Read/Write operations // initBlock is the cSHAKE specific initialization set of bytes. It is initialized // by newCShake function and stores concatenation of N followed by S, encoded // by the method specified in 3.3 of [1]. // It is stored here in order for Reset() to be able to put context into // initial state. initBlock []byte } func bytepadWrite(c *SHAKE, data...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)