func vendor/golang.org/x/crypto/curve25519.load3
9 uses
vendor/golang.org/x/crypto/curve25519 (current package)
curve25519_generic.go#L60: func load3(in []byte) int64 {
curve25519_generic.go#L75: h1 := load3(src[4:]) << 6
curve25519_generic.go#L76: h2 := load3(src[7:]) << 5
curve25519_generic.go#L77: h3 := load3(src[10:]) << 3
curve25519_generic.go#L78: h4 := load3(src[13:]) << 2
curve25519_generic.go#L80: h6 := load3(src[20:]) << 7
curve25519_generic.go#L81: h7 := load3(src[23:]) << 5
curve25519_generic.go#L82: h8 := load3(src[26:]) << 4
curve25519_generic.go#L83: h9 := (load3(src[29:]) & 0x7fffff) << 2
![]() |
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. |