#merkle-tree

merkle_sigs

Implementation of Merkle signing

7 stable releases

Uses old Rust 2015

1.7.0 Jul 23, 2019
1.6.0 Sep 11, 2018
1.5.0 May 15, 2018
1.4.0 Sep 24, 2017
1.1.0 Jun 3, 2017

#1287 in Cryptography


Used in 2 crates (via rusty_secrets)

BSD-3-Clause

11KB
199 lines

merkle_sigs

Build Status Available on Crates.io as merkle_sigs License

merkle_sigs is a Rust implementation of a Merkle signing scheme.

Documentation

Documentation is available.

Bug Reporting

Please report bugs either as pull requests or as issues in the issue tracker. merkle_sigs has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.

License

See LICENSE.


lib.rs:

merkle_sigs implements Merkle signatures in Rust.

Dependencies

~6.5–9.5MB
~262K SLoC