sm4: ppc64x, Test Force SM4 Single Block with AES-NI

This commit is contained in:
Sun Yimin 2024-09-12 10:33:26 +08:00 committed by GitHub
parent ae6a1a486d
commit b8eeda2309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: