mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
8 lines
176 B
Go
8 lines
176 B
Go
//go:build amd64 && gc && !purego
|
|
// +build amd64,gc,!purego
|
|
|
|
package bigmod
|
|
|
|
//go:noescape
|
|
func montgomeryLoop(d []uint, a []uint, b []uint, m []uint, m0inv uint) uint
|