gmsm/sm4
2024-02-07 13:41:52 +08:00
..
aesni_macros_amd64.s sm4: code format 2023-10-18 08:07:19 +08:00
aesni_macros_arm64.s sm4: optimize constant loading on arm64 2024-01-30 13:04:03 +08:00
asm_amd64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
asm_arm64.s sm4: optimize constant value loading on arm64 2024-01-30 13:10:41 +08:00
block.go sm4: code refactor for block 2024-01-31 13:08:51 +08:00
cbc_amd64.s sm4: add env var FORCE_SM4BLOCK_AESNI & give up cbc asm implementation 2024-01-25 17:46:09 +08:00
cbc_arm64.s sm4: add env var FORCE_SM4BLOCK_AESNI & give up cbc asm implementation 2024-01-25 17:46:09 +08:00
cbc_cipher_asm.go sm4: reduce bounds check 2024-01-31 14:48:46 +08:00
cbc_cipher_test.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
cipher_asm_fuzzy_test.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
cipher_asm_test.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
cipher_asm.go sm4: code refactor for block 2024-01-31 13:08:51 +08:00
cipher_generic.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
cipher_ni.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
cipher_test.go fix error 2023-03-30 11:26:34 +08:00
cipher.go sm4: code refactor for block 2024-01-31 13:08:51 +08:00
const.go sm4: finetune bounds check 2023-06-05 14:32:15 +08:00
ctr_cipher_asm.go cipher/ctr: add more test data 2024-02-07 13:41:52 +08:00
ecb_amd64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
ecb_arm64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
ecb_cipher_asm_test.go sm9: support non-xor modes 2023-02-10 17:19:50 +08:00
ecb_cipher_asm.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
example_test.go add example test for sm3 sm4 pkcs8 2023-02-02 11:45:57 +08:00
gcm_amd64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
gcm_arm64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
gcm_cipher_asm.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
gcm_sm4ni_arm64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
gen_arm64_ni.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
modes.go sm4: xts asm amd64 2023-08-24 11:47:06 +08:00
sm4_gcm_asm.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
sm4_xts.go cipher: align error message pattern 2023-12-08 17:42:16 +08:00
sm4ni_gcm_asm.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
sm4ni_macros_arm64.s sm4: xts sm4ni arm64 #151 2023-08-25 13:13:43 +08:00
sm4ni_xts.go change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
xts_amd64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
xts_arm64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00
xts_macros_arm64.s sm4: xts sm4ni arm64 #151 2023-08-25 13:13:43 +08:00
xts_sm4ni_arm64.s change interface{} to any, and remove "+build" build tag #77 2023-11-09 08:34:50 +08:00