2019-09-07 19:23:13 +03:00
|
|
|
# zcash-mmr
|
|
|
|
|
|
|
|
Special implementation of merkle mountain ranges (MMR) for ZCash!
|
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/NikVolf/zcash-mmr.svg?branch=master)](https://travis-ci.org/NikVolf/zcash-mmr)
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
`zcash-mmr` is primarily distributed under the terms of both the MIT
|
|
|
|
license and the Apache License (Version 2.0), at your choice.
|
|
|
|
|
|
|
|
See LICENSE-APACHE, and LICENSE-MIT for details.
|
|
|
|
|
|
|
|
### Contribution
|
|
|
|
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
|
|
for inclusion in `zcash-mmr` by you, as defined in the Apache-2.0 license, shall be
|
|
|
|
dual licensed as above, without any additional terms or conditions.
|