Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntCypher ¶
type IntCypher struct { EncU32 [24]func(uint32) uint32 DecU32 [24]func(uint32) uint32 EncU32ToStr [24]func(uint32) string DecStrToU32 [24]func(string) uint32 EncU32ToStrEx [24]func(uint32) string DecStrToU32Ex [24]func(string) uint32 // contains filtered or unexported fields }
func NewIntCypher ¶
Click to show internal directories.
Click to hide internal directories.