Skip to content

Commit

Permalink
Merge pull request #62 from prestwich/zcash-sprout
Browse files Browse the repository at this point in the history
Zcash sprout and overwinter support
  • Loading branch information
prestwich authored Jun 23, 2018
2 parents 553a8d4 + d24a5b6 commit 1f0be46
Show file tree
Hide file tree
Showing 18 changed files with 2,152 additions and 284 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source = riemann/
omit =
riemann/tests/*
riemann/blake256.py
riemann/blake2.py

[report]
show_missing = True
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ Riemann contains some code released under MIT and ISC licenses. The appropriate
In particular:
* Base58 implementation from the excellent pycoin by Richard Kiss. [Link](https://github.com/richardkiss/pycoin)
* Bech32 implementation from Pieter Wuille. [Link](https://github.com/sipa/bech32/tree/master/ref/python)
* blake256 implementation by Larry Bugbee. [Link](http://www.seanet.com/~bugbee/crypto/blake/)
* blake256 and blake2 implementation by Larry Bugbee. [Link](http://www.seanet.com/~bugbee/crypto/blake/) [Link](https://github.com/buggywhip/blake2_py)
Loading

0 comments on commit 1f0be46

Please sign in to comment.