mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
sm2 arm64
This commit is contained in:
parent
cbbe1e8229
commit
659facc2c4
@ -7,8 +7,8 @@
|
|||||||
// 256-bit primes"
|
// 256-bit primes"
|
||||||
// https://link.springer.com/article/10.1007%2Fs13389-014-0090-x
|
// https://link.springer.com/article/10.1007%2Fs13389-014-0090-x
|
||||||
// https://eprint.iacr.org/2013/816.pdf
|
// https://eprint.iacr.org/2013/816.pdf
|
||||||
//go:build amd64
|
//go:build amd64 || arm64
|
||||||
// +build amd64
|
// +build amd64 arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
1665
sm2/p256_asm_arm64.s
Normal file
1665
sm2/p256_asm_arm64.s
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
//go:build !amd64
|
//go:build !amd64 && !arm64
|
||||||
// +build !amd64
|
// +build !amd64,!arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user