Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.1 KB

xxtea

GoDoc Travis CI

This is a Go implementation of the "Corrected Block TEA" or "XXTEA" block cipher algorithm described in Correction to xtea.

This implementation differs from the original one implemented by Hilko Bengen by how the data and the key are handled: in this implementation we use Big Endian Signed Integers instead of unsigned int32s.

We've corrected this implementation in order to decrypt data that is encrypted with this method (aka Mathieu Carbou's / Ovea's implementation).

License

BSD 2-clause, see LICENSE file in the source distribution.

Original Author

Contributors