Documentation
¶
Index ¶
- Constants
- func CanonicalJSON(value any) (string, error)
- func CanonicalJSONDigestFromBytes(body []byte) (string, error)
- func ClientKeyID(publicKeyPEM string) string
- func PublicKeyFingerprint(publicKeyPEM string) (string, error)
- func SHA256Base64URL(value string) string
- func SignPayload(privateKeyPEM string, payload string) (string, error)
- func StableGatewayID(bindingAudience string) string
- func VerifySignature(publicKeyPEM string, payload string, signature string) bool
- type KeyPair
Constants ¶
View Source
const SignatureAlgorithm = "ed25519"
Variables ¶
This section is empty.
Functions ¶
func CanonicalJSON ¶
func ClientKeyID ¶
func PublicKeyFingerprint ¶
func SHA256Base64URL ¶
func StableGatewayID ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.