Versions in this module Expand all Collapse all v0 v0.2.0 Aug 21, 2026 Changes in this version + const SuiteHybridMLDSA87 + const SuiteHybridSLHDSA + func MarshalPrivate(kp *KeyPair) ([]byte, error) + func MarshalPublic(kp *KeyPair) ([]byte, error) + func ParsePublic(data []byte) (pq, ec []byte, err error) + func Verify(b *Bundle, document, expectedPQPub, expectedECPub []byte) error + type Bundle = bundle.Bundle + func Sign(kp *KeyPair, document []byte, at time.Time) (*Bundle, error) + type KeyPair = bundle.KeyPair + func Generate(suite Suite) (*KeyPair, error) + func ParsePrivate(data []byte) (*KeyPair, error) + type Suite = bundle.Suite v0.1.0 Aug 19, 2026