const golang.org/x/crypto/ed25519.PublicKeySize
6 uses
golang.org/x/crypto/ed25519 (current package)
ed25519_go113.go#L29: PublicKeySize = 32
golang.org/x/crypto/ssh
keys.go#L565: if l := len(w.KeyBytes); l != ed25519.PublicKeySize {
keys.go#L587: if l := len(k); l != ed25519.PublicKeySize {
keys.go#L845: if l := len(w.KeyBytes); l != ed25519.PublicKeySize {
keys.go#L873: if l := len(k.PublicKey); l != ed25519.PublicKeySize {
keys.go#L1064: if l := len(key); l != ed25519.PublicKeySize {
![]() |
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. |