]> Cypherpunks.ru repositories - gostls13.git/blob - src/crypto/ed25519/internal/edwards25519/field/fe_amd64.go
net/http: mention socks5 support in proxy
[gostls13.git] / src / crypto / ed25519 / internal / edwards25519 / field / fe_amd64.go
1 // Code generated by command: go run fe_amd64_asm.go -out ../fe_amd64.s -stubs ../fe_amd64.go -pkg field. DO NOT EDIT.
2
3 // +build amd64,gc,!purego
4
5 package field
6
7 // feMul sets out = a * b. It works like feMulGeneric.
8 //go:noescape
9 func feMul(out *Element, a *Element, b *Element)
10
11 // feSquare sets out = a * a. It works like feSquareGeneric.
12 //go:noescape
13 func feSquare(out *Element, a *Element)