Documentation
¶
Overview ¶
Package tealittle provides a TEA implementation where bytes are swapped 4 by 4.
Common implementations of TEA is BigEndian based. This implementation wraps the golang.org/crypto/tea implementation to use LittleEndian.
This package is provided to allow interoperability with Little Endian devices which use non-standard TEA.
Index ¶
Constants ¶
View Source
const ( BlockSize = tea.BlockSize KeySize = tea.KeySize )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.