package
0.0.0-20230820205950-1535236703ea
Repository: https://github.com/blakewilliams/medium.git
Documentation: pkg.go.dev
# Functions
New creates a new Store with the given name and verifies Data using the passed in Verifier.
NewEncryptedVerifier creates a new EncryptedVerifier with the given secret.
Returns a new Verifier that uses the provided secret to sign and verify messages.
# Variables
No description provided by the author
# Structs
EncryptedVerifier is a Verifier that uses AES-GCM to encrypt and decrypt messages.
Generates and verifies messages to prevent tampering.
Store is a wrapper around a http.Cookie that provides signed messages, allowing you to securely store data in a cookie.
# Interfaces
No description provided by the author