- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AES256 (0.05 sec)
-
lib/fips140/v1.0.0.zip
found in the LICENSE file. //go:build !purego package aes import ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl" ) type code int // Function codes for the cipher message family of instructions. const ( aes128 code = 18 aes192 code = 19 aes256 code = 20 ) type block struct { function code // code for cipher message instruction key []byte // key (128, 192 or 256 bits) storage [32]byte // array backing key slice fallback *blockExpanded } // cryptBlocks invokes the cipher message (KM) instruction...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)