mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 20:56:18 +08:00
sm4: is it really related to ctr change?
This commit is contained in:
parent
b8eeda2309
commit
777ab60dd0
13
.github/workflows/test_ppc64.yaml
vendored
13
.github/workflows/test_ppc64.yaml
vendored
@ -42,6 +42,19 @@ jobs:
|
|||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
GOPPC64: ${{ matrix.ppc64 }}
|
GOPPC64: ${{ matrix.ppc64 }}
|
||||||
|
|
||||||
|
- name: Test Cipher
|
||||||
|
run: go test -v -short ./cipher/...
|
||||||
|
env:
|
||||||
|
GOARCH: ${{ matrix.arch }}
|
||||||
|
GOPPC64: ${{ matrix.ppc64 }}
|
||||||
|
|
||||||
|
- name: Test Cipher Force SM4 Single Block with AES-NI
|
||||||
|
run: go test -v -short ./cipher/...
|
||||||
|
env:
|
||||||
|
GOARCH: ${{ matrix.arch }}
|
||||||
|
GOPPC64: ${{ matrix.ppc64 }}
|
||||||
|
FORCE_SM4BLOCK_AESNI: 1
|
||||||
|
|
||||||
- name: Test Force SM4 Single Block with AES-NI
|
- name: Test Force SM4 Single Block with AES-NI
|
||||||
run: go test -v -short ./sm4/...
|
run: go test -v -short ./sm4/...
|
||||||
env:
|
env:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//go:build (amd64 || arm64 || ppc64 || ppc64le) && !purego
|
//go:build (amd64 || arm64) && !purego
|
||||||
|
|
||||||
package sm4
|
package sm4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user