Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Corrected Block TEA / XXTEA library in Go

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages