Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + func Marshal(ca *Pool) ([]byte, error) + type CA struct + ID string + IntermediateCertificates []*x509.Certificate + RootCertificate *x509.Certificate + SigningKey crypto.PrivateKey + func GenerateED25519CA(id string) (*CA, error) + type Pool struct + CAs []*CA + func Unmarshal(wireBytes []byte) (*Pool, error)