package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jan 19, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Hmac512 ciphers the data extracted from the Reader and returns
a b64 encoded string of a SHA512 hash.
type Crypter interface {
Encrypt(plainText []byte) (cipherText []byte, err error)
Decrypt(cipherText []byte) (plainText []byte, err error)
}
Crypter defines the methods for encryption and decryption of data.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.