readme giving credit to original authors

This commit is contained in:
Michael McLoughlin
2018-12-19 22:46:53 -08:00
parent c477e46045
commit 224cccd2b1
5 changed files with 189 additions and 9 deletions

12
examples/stadtx/README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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.