An open API service indexing awesome lists of open source software.

https://github.com/hillu/go-xxtea

Corrected Block TEA / XXTEA library in Go
https://github.com/hillu/go-xxtea

cryptography go golang xxtea

Last synced: 3 months ago
JSON representation

Corrected Block TEA / XXTEA library in Go

Awesome Lists containing this project

README

          

# go-xxtea

[![GoDoc](https://godoc.org/github.com/hillu/go-xxtea?status.svg)](https://godoc.org/github.com/hillu/go-xxtea)

This is an implementation of the "Corrected Block TEA" or "XXTEA"
block cipher algorithm described in [Correction to
xtea](http://www.movable-type.co.uk/scripts/xxtea.pdf).

## License

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

## Author

Hilko Bengen