Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncryptShares ¶
EncryptShares takes an ordered set of Shamir key share fragments and PGP public keys and encrypts each Shamir key fragment with the corresponding public key
Note: There is no corresponding test function; this functionality is thoroughly tested in the init and rekey command unit tests
Types ¶
type PubKeyFilesFlag ¶
type PubKeyFilesFlag []string
PGPPubKeyFiles implements the flag.Value interface and allows parsing and reading a list of pgp public key files
func (*PubKeyFilesFlag) Set ¶
func (p *PubKeyFilesFlag) Set(value string) error
func (*PubKeyFilesFlag) String ¶
func (p *PubKeyFilesFlag) String() string
Click to show internal directories.
Click to hide internal directories.