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
- Host: GitHub
- URL: https://github.com/hillu/go-xxtea
- Owner: hillu
- License: bsd-2-clause
- Created: 2015-04-22T18:17:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T16:08:50.000Z (over 9 years ago)
- Last Synced: 2024-06-19T05:55:13.727Z (over 1 year ago)
- Topics: cryptography, go, golang, xxtea
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xxtea
[](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