package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Functions

NewCipher returns an instance of the TEA cipher with the standard number of rounds.
NewCipherWithRounds returns an instance of the TEA cipher with a given number of rounds, which must be even.

# Constants

BlockSize is the size of a TEA block, in bytes.
KeySize is the size of a TEA key, in bytes.