type vendor/golang.org/x/crypto/curve25519.fieldElement
15 uses
vendor/golang.org/x/crypto/curve25519 (current package)
curve25519_generic.go#L16: type fieldElement [10]int32
curve25519_generic.go#L18: func feZero(fe *fieldElement) {
curve25519_generic.go#L24: func feOne(fe *fieldElement) {
curve25519_generic.go#L29: func feAdd(dst, a, b *fieldElement) {
curve25519_generic.go#L35: func feSub(dst, a, b *fieldElement) {
curve25519_generic.go#L41: func feCopy(dst, src *fieldElement) {
curve25519_generic.go#L50: func feCSwap(f, g *fieldElement, b int32) {
curve25519_generic.go#L73: func feFromBytes(dst *fieldElement, src *[32]byte) {
curve25519_generic.go#L153: func feToBytes(s *[32]byte, h *fieldElement) {
curve25519_generic.go#L269: func feMul(h, f, g *fieldElement) {
curve25519_generic.go#L507: func feSquare(h, f *fieldElement) {
curve25519_generic.go#L660: func feMul121666(h, f *fieldElement) {
curve25519_generic.go#L718: func feInvert(out, z *fieldElement) {
curve25519_generic.go#L719: var t0, t1, t2, t3 fieldElement
curve25519_generic.go#L787: var x1, x2, z2, x3, z3, tmp0, tmp1 fieldElement
 |
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. |