Versions in this module Expand all Collapse all v1 v1.4.1 Jul 26, 2026 v1.1.0 Jul 21, 2026 Changes in this version + func DNSRecord(selector, domain, publicKeyDNS string) (string, string) + func ExtractPublicKeyFromTXT(txt string) string + func SelectorForNow() string + func SelectorForTime(t time.Time) string + func Sign(message []byte, domain, selector string, privateKeyDER []byte) ([]byte, error) + type Keypair struct + PrivateKeyDER []byte + PublicKeyDNS string + Selector string + func GenerateKeypair() (*Keypair, error)