//
pkg.gl
Category
github.com/gidyon/gomicro
utils
encryption
package
0.1.4
Repository:
https://github.com/gidyon/gomicro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
85 SLOC
#
Functions
NewAPI
NewAPI creates a symetric encryption/decryption API.
NewHasher
NewHasher creates a new hasher for decoding and encoding int64 slices.
ParseKey
ParseKey parses an encryption key truncating it to the nearest 16 or 24 or 32 bit.
#
Interfaces
API
API is used for encryption and decryption.