package
0.2.1
Repository: https://github.com/tagus/crypt.git
Documentation: pkg.go.dev

# Functions

DecodeMessage decodes the given message by separating out the token and comparing it with the derived token, returning an error if the message was invalid.
InitAesCrypto initializes an AesCrypto.
SignMessage signs the given message using hmac and appends it to the given message.

# Structs

AesCrypto is an AES implementation of a Crypto with key size of 256 bits.

# Interfaces

Crypto defines a simple interface for any struct that can encrypt and decrypt crypt data.