func vendor/golang.org/x/crypto/curve25519.feMul
18 uses
vendor/golang.org/x/crypto/curve25519 (current package)
curve25519_generic.go#L269: func feMul(h, f, g *fieldElement) {
curve25519_generic.go#L730: feMul(&t1, z, &t1)
curve25519_generic.go#L731: feMul(&t0, &t0, &t1)
curve25519_generic.go#L736: feMul(&t1, &t1, &t2)
curve25519_generic.go#L741: feMul(&t1, &t2, &t1)
curve25519_generic.go#L746: feMul(&t2, &t2, &t1)
curve25519_generic.go#L751: feMul(&t2, &t3, &t2)
curve25519_generic.go#L756: feMul(&t1, &t2, &t1)
curve25519_generic.go#L761: feMul(&t2, &t2, &t1)
curve25519_generic.go#L766: feMul(&t2, &t3, &t2)
curve25519_generic.go#L771: feMul(&t1, &t2, &t1)
curve25519_generic.go#L776: feMul(out, &t1, &t0)
curve25519_generic.go#L806: feMul(&z3, &tmp0, &x2)
curve25519_generic.go#L807: feMul(&z2, &z2, &tmp1)
curve25519_generic.go#L812: feMul(&x2, &tmp1, &tmp0)
curve25519_generic.go#L818: feMul(&z3, &x1, &z2)
curve25519_generic.go#L819: feMul(&z2, &tmp1, &tmp0)
curve25519_generic.go#L826: feMul(&x2, &x2, &z2)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |