func golang.org/x/crypto/curve25519.ScalarBaseMult
3 uses
golang.org/x/crypto/curve25519 (current package)
curve25519.go#L29: func ScalarBaseMult(dst, scalar *[32]byte) {
curve25519.go#L85: ScalarBaseMult(dst, &in)
golang.org/x/crypto/ssh
kex.go#L431: curve25519.ScalarBaseMult(&kp.pub, &kp.priv)
![]() |
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. |