Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCA ¶
Types ¶
type DecryptionError ¶
type DecryptionError struct{}
func (*DecryptionError) Error ¶
func (e *DecryptionError) Error() string
type KeyLengthError ¶
type KeyLengthError struct{}
func (*KeyLengthError) Error ¶
func (e *KeyLengthError) Error() string
type NonceLengthError ¶
type NonceLengthError struct{}
func (*NonceLengthError) Error ¶
func (e *NonceLengthError) Error() string
type SaltLengthError ¶
type SaltLengthError struct{}
func (*SaltLengthError) Error ¶
func (e *SaltLengthError) Error() string
Click to show internal directories.
Click to hide internal directories.