mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
internal/sm2ec: ppc64le full test
This commit is contained in:
parent
ffb69629c0
commit
ba9e49e7a2
4
.github/workflows/test_ppc64.yaml
vendored
4
.github/workflows/test_ppc64.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
|
||||
- name: Test
|
||||
run: go test -v -short ./internal/sm2ec/...
|
||||
- name: Test SM2EC
|
||||
run: go test -v ./internal/sm2ec/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
|
@ -1,3 +1,9 @@
|
||||
// This is a port of the NIST P256 ppc64le asm implementation to SM2 P256.
|
||||
//
|
||||
// Copyright 2019 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build !purego
|
||||
|
||||
#include "textflag.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user