package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 17, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Crypto interface for signing algorithim
type HmacSha256 struct {
}
HmacSha256 signing algorithm using hmac and sha256
Name return name of algorithim
Sign return signing of input msg with secret string
type HmacSha512 struct {
}
HmacSha512 signing algorithm using hmac and sha512
Name return name of algorithim
Sign return signing of input msg with secret string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.