Versions in this module Expand all Collapse all v0 v0.1.11 Oct 3, 2023 v0.1.10 Oct 2, 2023 Changes in this version + var ErrInvalidKeyLength = errors.New("invalid key length") + var Randomness = rand.New(RandomnessSource{}) + func ParseEd25519PrivateKeyFromString(key string) (ed25519.PrivateKey, error) + func ParseEd25519PublicKeyFromString(key string) (ed25519.PublicKey, error) + type RandomnessSource struct + func (s RandomnessSource) Int63() int64 + func (s RandomnessSource) Seed(int64) + func (s RandomnessSource) Uint64() (v uint64)