gmsm/sm4
2024-09-12 08:16:10 +08:00
..
aesni_macros_amd64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
aesni_macros_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
asm_amd64.s refine build tags 2024-03-05 09:47:49 +08:00
asm_arm64.s sm4: arm64 asm redefine register usage and const loading 2024-06-03 17:50:44 +08:00
asm_ppc64x.s sm4: ppc64x, missing macro 2024-09-12 08:16:10 +08:00
block.go sm4: reduce allocations 2024-03-27 08:38:25 +08:00
cbc_amd64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
cbc_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
cbc_cipher_asm.go sm4: reduce slice checking internally 2024-03-27 13:08:27 +08:00
cbc_cipher_test.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
cipher_asm_fuzzy_test.go sm4: reduce allocations 2024-03-27 08:38:25 +08:00
cipher_asm_test.go sm4: reduce allocations 2024-03-27 08:38:25 +08:00
cipher_asm.go sm4: reduce slice checking internally 2024-03-27 09:36:56 +08:00
cipher_generic.go sm4: reduce allocations 2024-03-27 08:38:25 +08:00
cipher_ni.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
cipher_test.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
cipher.go sm4: reduce allocations 2024-03-27 08:38:25 +08:00
const.go sm4: finetune bounds check 2023-06-05 14:32:15 +08:00
ctr_cipher_asm.go sm4: reduce slice checking internally 2024-03-27 09:36:56 +08:00
ecb_amd64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
ecb_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
ecb_cipher_asm_test.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
ecb_cipher_asm.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
example_test.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
gcm_amd64.s refine build tags 2024-03-05 09:47:49 +08:00
gcm_arm64.s refine build tags 2024-03-05 09:47:49 +08:00
gcm_cipher_asm.go sm4: reduce slice checking internally 2024-03-27 09:36:56 +08:00
gcm_sm4ni_arm64.s refine build tags 2024-03-05 09:47:49 +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 sm4: reduce slice checking internally 2024-03-27 09:36:56 +08:00
sm4_ppc64x_test.go sm4: ppc64x, encryptBlockAsm #249 2024-09-12 08:14:06 +08:00
sm4_ppc64x.go sm4: ppc64x expandkey init 2024-09-10 16:55:33 +08:00
sm4_xts.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
sm4ni_gcm_asm.go sm4: reduce slice checking internally 2024-03-27 09:36:56 +08:00
sm4ni_macros_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
sm4ni_xts.go internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
xts_amd64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
xts_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
xts_macros_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00
xts_sm4ni_arm64.s internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces 2024-08-02 13:02:25 +08:00