Nikolay Volf 9ea0427678 MMR trees API (#118)
The main design goals of this mmr implementation were

1. Avoid database callbacks. As it is implemented, calling side must just smartly pre-load MMR nodes from the database (about log2(tree length) for append, twice as much for deletion).

2. Reuse as much code/logic between rust and c++ clients.

3. Close to zero memory consumption.
2019-12-04 21:24:26 +00:00
2019-11-07 17:33:22 +00:00
2019-10-08 17:43:33 +13:00
2019-12-04 21:24:26 +00:00
2019-10-08 17:43:33 +13:00
2019-11-25 14:28:19 +00:00
2017-03-17 11:07:23 -06:00
2019-12-04 21:24:26 +00:00
2019-08-14 10:48:06 +01:00
2017-03-17 11:09:05 -06:00
2019-05-09 20:32:39 +03:00
2018-08-23 21:10:04 +01:00

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are currently under development and have not been fully-reviewed.

License

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Description
Rust-language assets for Pirate Chain / Zcash (with modifications to support Qortal cross-chain trades)
Readme 6.6 MiB
Languages
Rust 99.4%
Sage 0.6%