Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionManager ¶
type EncryptionManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(ringDir string) (*EncryptionManager, error)
func (*EncryptionManager) Encrypt ¶
func (em *EncryptionManager) Encrypt(w io.Writer) (io.WriteCloser, error)
func (*EncryptionManager) GenKey ¶
func (em *EncryptionManager) GenKey() error
Click to show internal directories.
Click to hide internal directories.