Files
avo/examples/stadtx/README.md

13 lines
562 B
Markdown
Raw Normal View History

# StadtX
Implementation of [`StadtX` hash](https://github.com/demerphq/BeagleHash) in `avo`, ported directly from the [PeachPy](https://github.com/Maratyszcza/PeachPy) implementation in [dgryski/go-stadtx](https://github.com/dgryski/go-stadtx).
## Credit
* [Yves Orton](https://github.com/demerphq) for the [design and reference implementation](https://github.com/demerphq/BeagleHash)
* [Damian Gryski](https://github.com/dgryski) for the [Go and PeachPy port](https://github.com/dgryski/go-stadtx)
## License
[LGPLv3](LICENSE) following the original work.