const crypto/ed25519.SeedSize
7 uses
crypto/ed25519 (current package)
ed25519.go#L38: SeedSize = 32
ed25519.go#L79: return bytes.Clone(priv[:SeedSize])
ed25519.go#L146: seed := make([]byte, SeedSize)
ed25519.go#L170: if l := len(seed); l != SeedSize {
ed25519.go#L214: seed, publicKey := privateKey[:SeedSize], privateKey[SeedSize:]
crypto/x509
pkcs8.go#L74: if l := len(curvePrivateKey); l != ed25519.SeedSize {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |