# README
github.com/harryosmar/hash-go
Provide hash function :
- RSA 256
- SHA1
- MD5
- JWT HS512 with symmetric key
- JWT RS256 with asymmetric private & public key
- Bcrypt Password
How to install
go get github.com/harryosmar/hash-go
# Packages
Package mocks is a generated GoMock package.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -destination=mocks/mock_JwtSign.go -package=mocks .
go:generate mockgen -destination=mocks/mock_PasswordEncrypt.go -package=mocks .
go:generate mockgen -destination=mocks/mock_Signer.go -package=mocks .