package
2.0.0-a9+incompatible
Repository: https://github.com/memnix/memnix-rest.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewBcryptCrypto returns a new BcryptCrypto.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BcryptCrypto is the struct that holds the bcrypt crypto methods.
Crypto is the struct that holds the crypto methods.
HelperSingleton is the struct that holds the crypto helper.
No description provided by the author

# Interfaces

ICrypto is the interface for the crypto methods It's used to abstract the crypto methods used in the application so that they can be easily swapped out if needed.