Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotUint64Error ¶ added in v1.4.1
type NotUint64Error struct {
// contains filtered or unexported fields
}
NotUint64Error ...
func NewNotUint64Error ¶ added in v1.4.1
func NewNotUint64Error() *NotUint64Error
NewNotUint64Error ...
func (*NotUint64Error) Error ¶ added in v1.4.1
func (e *NotUint64Error) Error() string
type TooSmallToPreserveLengthError ¶ added in v1.4.1
type TooSmallToPreserveLengthError struct {
// contains filtered or unexported fields
}
TooSmallToPreserveLengthError ...
func NewTooSmallToPreserveLengthError ¶ added in v1.4.1
func NewTooSmallToPreserveLengthError() *TooSmallToPreserveLengthError
NewTooSmallToPreserveLengthError ...
func (*TooSmallToPreserveLengthError) Error ¶ added in v1.4.1
func (e *TooSmallToPreserveLengthError) Error() string
type UnkownEngineError ¶ added in v1.3.0
type UnkownEngineError struct {
// contains filtered or unexported fields
}
UnkownEngineError ...
func NewUnkownEngineError ¶ added in v1.3.0
func NewUnkownEngineError() *UnkownEngineError
NewUnkownEngineError ...
func (*UnkownEngineError) Error ¶ added in v1.3.0
func (e *UnkownEngineError) Error() string
type WrongCipherParametersError ¶
type WrongCipherParametersError struct {
// contains filtered or unexported fields
}
WrongCipherParametersError ...
func NewWrongCipherParametersError ¶
func NewWrongCipherParametersError() *WrongCipherParametersError
NewWrongCipherParametersError ...
func (*WrongCipherParametersError) Error ¶
func (e *WrongCipherParametersError) Error() string
Click to show internal directories.
Click to hide internal directories.