Versions in this module Expand all Collapse all v0 v0.2.1 Nov 12, 2024 v0.2.0 Oct 4, 2024 Changes in this version + const Ed25519Alg + type Ed25519 struct + Attrs any + PrivateKey ed25519.PrivateKey + PublicKey ed25519.PublicKey + func (a Ed25519) Attributes() any + func (a Ed25519) ContentDigest() contentdigest.Digester + func (a Ed25519) Sign(ctx context.Context, base string) ([]byte, error) + func (a Ed25519) Type() string + func (a Ed25519) Verify(ctx context.Context, base string, sig []byte) error + type SingleKeyDirectory struct + Attributes any + Key ed25519.PublicKey + func (d SingleKeyDirectory) GetKey(ctx context.Context, _ string, _ string) (verifier.Algorithm, error)