Sun Yimin
|
1b512e5772
|
internal/cryptotest: add tests for the hash.Hash cipher.BlockMode cipher.Block interfaces
|
2024-08-02 13:02:25 +08:00 |
|
Sun Yimin
|
126ee25d2a
|
sm4: arm64 asm redefine register usage and const loading
|
2024-06-03 17:50:44 +08:00 |
|
Sun Yimin
|
91932efc27
|
correct comments
|
2024-05-30 17:56:23 +08:00 |
|
Sun Yimin
|
02258d2351
|
sm4: reduce slice checking internally
|
2024-03-27 13:08:27 +08:00 |
|
Sun Yimin
|
34dd5104ee
|
sm4: reduce slice checking internally
|
2024-03-27 09:36:56 +08:00 |
|
Sun Yimin
|
e4909bed2d
|
sm4: reduce allocations
|
2024-03-27 08:38:25 +08:00 |
|
Sun Yimin
|
5adc912824
|
refine build tags
|
2024-03-05 09:47:49 +08:00 |
|
Sun Yimin
|
267ff02783
|
cipher/ctr: add more test data
|
2024-02-07 13:41:52 +08:00 |
|
Sun Yimin
|
a2ce3f51d0
|
sm4: reduce bounds check
|
2024-01-31 14:48:46 +08:00 |
|
Sun Yimin
|
19636d09c1
|
sm4: code refactor for block
|
2024-01-31 13:08:51 +08:00 |
|
Sun Yimin
|
9a45c4101b
|
sm4: optimize constant value loading on arm64
|
2024-01-30 13:10:41 +08:00 |
|
Sun Yimin
|
515cabfd04
|
sm4: optimize constant loading on arm64
|
2024-01-30 13:04:03 +08:00 |
|
Sun Yimin
|
a01428eaf3
|
sm4: add env var FORCE_SM4BLOCK_AESNI & give up cbc asm implementation
|
2024-01-25 17:46:09 +08:00 |
|
Sun Yimin
|
29b6da1d37
|
sm4: change to use pure go for single block encryption/decryption
|
2024-01-25 09:02:28 +08:00 |
|
Sun Yimin
|
8198f2aa8e
|
fix darwin cpu feature detect issue
|
2024-01-24 13:11:09 +08:00 |
|
Sun Yimin
|
82125c00a4
|
cipher: align error message pattern
|
2023-12-08 17:42:16 +08:00 |
|
Sun Yimin
|
851d02b3ea
|
Change VMOV to VDUP #179
|
2023-11-09 10:31:08 +08:00 |
|
Sun Yimin
|
17a3dd8d4b
|
change interface{} to any, and remove "+build" build tag #77
|
2023-11-09 08:34:50 +08:00 |
|
Sun Yimin
|
80e88ea2b2
|
sm4: use new method to load global data
|
2023-11-08 13:23:04 +08:00 |
|
Sun Yimin
|
8f5e603f94
|
sm4: disable PXOR use m128 directly
|
2023-11-01 15:00:49 +08:00 |
|
Sun Yimin
|
2f163662b5
|
sm4: cbc enc, do not mem directly
|
2023-11-01 13:03:46 +08:00 |
|
Sun Yimin
|
5243d0fe91
|
sm4: code format
|
2023-10-18 08:07:19 +08:00 |
|
Sun Yimin
|
5b3dfb6fa7
|
sm4: amd64, reduce VBROADCASTI128 usage
|
2023-09-28 13:19:52 +08:00 |
|
Sun Yimin
|
15d1b57a23
|
Update asm_arm64.s
|
2023-09-28 12:04:45 +08:00 |
|
Sun Yimin
|
87041f3ad3
|
sm4: arm64 load const issue
|
2023-09-28 11:54:24 +08:00 |
|
Sun Yimin
|
218ce35c71
|
sm4: arm64, fix load const issue
|
2023-09-28 11:47:38 +08:00 |
|
Sun Yimin
|
eba2b736bd
|
sm4: arm64, simplify const loading
|
2023-09-28 11:44:48 +08:00 |
|
Sun Yimin
|
53e121c2b5
|
sm4: optimize TAO L1 #168
|
2023-09-28 10:11:31 +08:00 |
|
Sun Yimin
|
9a4cb2c34f
|
sm4: use POR, although it does not affect the correctness
|
2023-09-27 09:22:22 +08:00 |
|
Sun Yimin
|
75b153887e
|
sm4: gcm amd64, remove uselss code
|
2023-09-04 08:36:03 +08:00 |
|
Sun Yimin
|
8d5c6c4601
|
sm4: gcm amd64 optmization
|
2023-08-28 14:41:15 +08:00 |
|
emmansun
|
3f602061fc
|
sm4: gcm amd64 reduce byte shuffling #152
|
2023-08-26 10:11:25 +08:00 |
|
Sun Yimin
|
d3c19c171a
|
sm4: xts sm4ni arm64, fix register confliction #151
|
2023-08-25 13:53:27 +08:00 |
|
Sun Yimin
|
d28883e2c7
|
sm4: xts sm4ni arm64, fix bug
|
2023-08-25 13:40:07 +08:00 |
|
Sun Yimin
|
9cc53170df
|
sm4: remove amd64 build flag
|
2023-08-25 13:24:11 +08:00 |
|
Sun Yimin
|
8253e1be8e
|
sm4: xts sm4ni arm64, fix duplicated name issue #151
|
2023-08-25 13:20:55 +08:00 |
|
Sun Yimin
|
1019226803
|
sm4: xts sm4ni arm64 #151
|
2023-08-25 13:13:43 +08:00 |
|
Sun Yimin
|
e6d27e8bae
|
sm4: xts asm arm64, fix dead loop bug
|
2023-08-24 16:42:33 +08:00 |
|
Sun Yimin
|
50ddb5347e
|
sm4: xts asm arm64 one by one
|
2023-08-24 16:35:08 +08:00 |
|
Sun Yimin
|
a8714d9782
|
sm4: xts asm arm64 test one by one
|
2023-08-24 16:28:43 +08:00 |
|
Sun Yimin
|
28a6939861
|
sm4: xts asm arm64 test
|
2023-08-24 16:22:38 +08:00 |
|
Sun Yimin
|
6d6339f06d
|
sm4: xts asm arm64 test
|
2023-08-24 16:14:58 +08:00 |
|
Sun Yimin
|
3a304ee8dd
|
sm4: xts asm arm64 test one func first
|
2023-08-24 16:07:37 +08:00 |
|
Sun Yimin
|
a3daf1f525
|
sm4: xts asm arm64 test
|
2023-08-24 15:03:14 +08:00 |
|
Sun Yimin
|
9ee8ee4529
|
sm4: xts asm amd64
|
2023-08-24 11:47:06 +08:00 |
|
Sun Yimin
|
feb76edda8
|
sm4: fix cbc iv issue
|
2023-08-08 13:07:10 +08:00 |
|
Sun Yimin
|
0fbc30f868
|
sm4: optimize cbc iv handling
|
2023-08-08 12:35:42 +08:00 |
|
Sun Yimin
|
cb47e82478
|
sm4: fix arm64 copy paste issue
|
2023-08-08 08:29:07 +08:00 |
|
Sun Yimin
|
29d7b25b95
|
sm4: cbc ecb asm rename
|
2023-08-08 08:22:17 +08:00 |
|
Sun Yimin
|
20ab2874fa
|
Update cbc_cipher_asm_arm64.s
|
2023-08-07 21:55:19 +08:00 |
|