modulepackage
0.0.2
Repository: https://github.com/tcurdt/go-crypto-helper.git
Documentation: pkg.go.dev
# README
Crypto Helpers
For encryption and signing and validating http requests.
Inspired by and even even using some of
- https://github.com/gtank/cryptopasta
- https://github.com/manifoldco/go-signature
- https://github.com/pd/apiauth
- https://github.com/99designs/httpsignatures-go
License
All is released under the Apache License 2.0.
# Functions
Canonize ...
CombineKeys ...
Decode ...
Decrypt ...
Encode ...
Encrypt ...
EncryptionKeyDecode ...
EncryptionKeyEncode ...
NewEncryptionKey ...
NewSigningKeyPrivate ...
Sign ...
SigningKeyPrivateDecode ...
SigningKeyPrivateEncode ...
SigningKeyPublicDecode ...
SigningKeyPublicEncode ...
Verify ...
# Type aliases
EncryptionKey ...
No description provided by the author
No description provided by the author