package
module
Version:
v0.0.0-...-bac0eee
Opens a new window with list of versions in this module.
Published: Nov 5, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
masterkey
A Go package which manages the creation of cryptographic subkeys from master keys
Documentation
¶
Package masterkey manages the creation of cryptographic subkeys from master keys.
type MasterKey struct {
}
MasterKey is a crypto key that rather than being used directly generates
subkeys that are used for different purposes
New returns a MasterKey struct
SubKey returns a deterministcally generated subkey of `size` bytes
Source Files
¶
Directories
¶
examples
|
|
aes256cbc
Perform AES-256-CBC encryption using a 4096-bit masterkey and derived subkeys for encryption and IV materials.
|
Perform AES-256-CBC encryption using a 4096-bit masterkey and derived subkeys for encryption and IV materials. |
Click to show internal directories.
Click to hide internal directories.