Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AesGcmCypher ¶
type AesGcmCypher struct {
// contains filtered or unexported fields
}
AesGcmCypher implements the AES GCM
func NewAesGcmCypher ¶
func NewAesGcmCypher(key string) (*AesGcmCypher, error)
NewAesGcmCypher creates the intance of AesGcmCypher
type CryptoError ¶
type CryptoError struct {
// contains filtered or unexported fields
}
func (*CryptoError) Error ¶
func (e *CryptoError) Error() string
Click to show internal directories.
Click to hide internal directories.