package
0.0.0-20250220232038-fb2fd8af7512
Repository: https://github.com/letsencrypt/boulder.git
Documentation: pkg.go.dev
# Functions
DerivePrefix derives a nonce prefix from the provided listening address and key.
NewGetter returns a new noncepb.NonceServiceClient which can only be used to get nonces.
NewNonceService constructs a NonceService with defaults.
NewRedeemer returns a new noncepb.NonceServiceClient which can only be used to redeem nonces.
NewServer returns a new Server, wrapping a NonceService.
# Structs
HMACKeyCtxKey is exported for use as a key in a context.Context.
NonceService generates, cancels, and tracks Nonces.
PrefixCtxKey is exported for use as a key in a context.Context.
Server implements the gRPC nonce service.