gmsm/internal/sm4
2025-03-13 15:15:46 +08:00
..
aesni_macros_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
aesni_macros_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
aesni_macros_ppc64x.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
asm_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
asm_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
asm_ppc64x.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
block.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cbc_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cbc_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cbc_cipher_asm.go change to use go's own XORBytes function #315 2025-03-13 15:15:46 +08:00
cbc_cipher_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cbc_ppc64x.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_asm_fuzzy_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_asm_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_asm.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_generic.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_ni.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
cipher.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
const.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
ctr_cipher_asm.go change to use go's own XORBytes function #315 2025-03-13 15:15:46 +08:00
ecb_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
ecb_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
ecb_cipher_asm_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
ecb_cipher_asm.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
ecb_ppc64x.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gcm_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gcm_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gcm_cipher_asm.go change to use go's own XORBytes function #315 2025-03-13 15:15:46 +08:00
gcm_ppc64x_test.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gcm_ppc64x.go change to use go's own XORBytes function #315 2025-03-13 15:15:46 +08:00
gcm_ppc64x.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gcm_sm4ni_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
gen_arm64_ni.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
modes.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
sm4_gcm_asm.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
sm4_xts.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
sm4ni_gcm_asm.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
sm4ni_macros_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
sm4ni_xts.go sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
xts_amd64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
xts_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
xts_macros_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00
xts_sm4ni_arm64.s sm4: move implementation detail to internal 2025-03-11 11:43:49 +08:00