//
pkg.gl
Category
github.com/DoWithLogic/golang-clean-architecture
pkg
app_crypto
package
0.0.9
Repository:
https://github.com/dowithlogic/golang-clean-architecture.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
2
Files
147 SLOC
#
Functions
NewCrypto
No description provided by the author
NewES256
NewES256 creates a new Cipher instance with the specified key for AES encryption.
#
Structs
Cipher
Cipher represents a cryptographic cipher using the AES (Advanced Encryption Standard) algorithm in CBC (Cipher Block Chaining) mode.
Crypto
No description provided by the author