mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
sm4: ppc64x, Test Force SM4 Single Block with AES-NI
This commit is contained in:
parent
ae6a1a486d
commit
b8eeda2309
7
.github/workflows/test_ppc64.yaml
vendored
7
.github/workflows/test_ppc64.yaml
vendored
@ -42,6 +42,13 @@ jobs:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test Force SM4 Single Block with AES-NI
|
||||
run: go test -v -short ./sm4/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
FORCE_SM4BLOCK_AESNI: 1
|
||||
|
||||
- name: Test SM4
|
||||
run: go test -v -short ./sm4/...
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user