Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinBlockSize = 32 MaxBlockSize = 1 << 20 // MetaSize = unsafe.Sizeof(int32(0)) + unsafe.Sizeof(int64(0)) MetaSize = 4 + 8 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UnkocryptoError ¶
type UnkocryptoError struct {
Cause
}
func (UnkocryptoError) Error ¶
func (self UnkocryptoError) Error() string
func (UnkocryptoError) String ¶
func (self UnkocryptoError) String() string
Click to show internal directories.
Click to hide internal directories.