gmsm/sm4
2023-08-07 16:53:59 +08:00
..
aesni_macros_amd64.s sm4: improve throughput #146 2023-08-03 15:17:01 +08:00
aesni_macros_arm64.s sm4: fix arm64 SM4_8BLOCKS_ROUND issue #146 2023-08-03 16:18:56 +08:00
asm_amd64.s sm4: improve throughput #146 2023-08-03 15:17:01 +08:00
asm_arm64.s sm4: improve throughput #146 2023-08-03 15:17:01 +08:00
block.go optimize purego sm3/sm4 and reduce bounds checking for sm9 2023-06-16 16:06:38 +08:00
cbc_cipher_asm_amd64.s sm4: cbc ecb mode enhancement 2023-08-07 16:43:29 +08:00
cbc_cipher_asm_arm64.s sm4: arm64 fix 2023-08-07 16:48:14 +08:00
cbc_cipher_asm.go sm4: cbc ecb mode enhancement 2023-08-07 16:43:29 +08:00
cbc_cipher_test.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
cipher_asm_fuzzy_test.go fix error 2023-03-30 11:26:34 +08:00
cipher_asm_test.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
cipher_asm.go sm4: mistake 2023-07-04 10:04:15 +08:00
cipher_generic.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
cipher_ni.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
cipher_test.go fix error 2023-03-30 11:26:34 +08:00
cipher.go sm: improve docs and add examples 2023-01-31 13:50:14 +08:00
const.go sm4: finetune bounds check 2023-06-05 14:32:15 +08:00
ctr_cipher_asm.go sm4: ctr mode fix issue and comments 2023-06-27 17:52:23 +08:00
ecb_cipher_asm_test.go sm9: support non-xor modes 2023-02-10 17:19:50 +08:00
ecb_cipher_asm.go sm4: cbc ecb mode enhancement 2023-08-07 16:43:29 +08:00
ecb_sm4_amd64.s sm4: cbc ecb mode enhancement 2023-08-07 16:43:29 +08:00
ecb_sm4_arm64.s sm4: arm64 fix 2023-08-07 16:53:59 +08:00
example_test.go add example test for sm3 sm4 pkcs8 2023-02-02 11:45:57 +08:00
gcm_amd64.s sm4: optimize avx2 implementation 2023-08-04 15:52:00 +08:00
gcm_arm64.s sm4: improve throughput #146 2023-08-03 15:17:01 +08:00
gcm_cipher_asm.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
gcm_sm4ni_arm64.s sm4: fix gcm_sm4ni_arm64 dec bug 2023-03-30 15:46:37 +08:00
gen_arm64_ni.go fix gcm sm4 ni bug 2023-03-30 11:46:19 +08:00
modes.go sm9: support non-xor modes 2023-02-10 17:19:50 +08:00
sm4_gcm_asm.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00
sm4ni_gcm_asm.go change build tag generic to purego & import nat package 2022-11-22 11:02:37 +08:00