Documentation
¶
Overview ¶
Package pop is the agent-side proof-of-possession helper for ADR 0004 (#75): it owns the Ed25519 signing private key, knows how to load it from disk, and signs poll-request canonical strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeSignature ¶
DecodeSignature is the inverse of EncodeSignature. Reuses the same standard encoding; mismatched padding or non-base64 bytes return an error so the verifier can answer 400/401 instead of panicking.
func EncodeSignature ¶
EncodeSignature returns the base64 (standard, no-padding-stripped) form of the signature, suitable for the X-Nebula-Signature header.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.