mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 05:06:18 +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:
|
env:
|
||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test SM2EC
|
||||||
run: go test -v -short ./internal/sm2ec/...
|
run: go test -v ./internal/sm2ec/...
|
||||||
env:
|
env:
|
||||||
GOARCH: ${{ matrix.arch }}
|
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
|
//go:build !purego
|
||||||
|
|
||||||
#include "textflag.h"
|
#include "textflag.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user