1▶pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint8
2pkg crypto/ed25519, const PrivateKeySize = 64
3pkg crypto/ed25519, const PrivateKeySize ideal-int
· · ·
8pkg crypto/ed25519, const SignatureSize = 64
9pkg crypto/ed25519, const SignatureSize ideal-int
10▶pkg crypto/ed25519, func GenerateKey(io.Reader) (PublicKey, PrivateKey, error)
11pkg crypto/ed25519, func NewKeyFromSeed([]uint8) PrivateKey
12pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint8
· · ·
11▶pkg crypto/ed25519, func NewKeyFromSeed([]uint8) PrivateKey
12pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint8
13pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool
· · ·
12▶pkg crypto/ed25519, func Sign(PrivateKey, []uint8) []uint8
13pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool
14pkg crypto/ed25519, method (PrivateKey) Public() crypto.PublicKey
· · ·
13▶pkg crypto/ed25519, func Verify(PublicKey, []uint8, []uint8) bool
14pkg crypto/ed25519, method (PrivateKey) Public() crypto.PublicKey
15pkg crypto/ed25519, method (PrivateKey) Seed() []uint8
+ 305 more matches in this file