55 releases

0.11.0-beta.5 Mar 19, 2024
0.11.0-beta.3 Dec 30, 2023
0.11.0-beta.1 Nov 1, 2023
0.10.5 Jul 24, 2023
0.5.2 Jul 4, 2021

#1209 in Magic Beans

Download history 544/week @ 2023-12-18 1349/week @ 2023-12-25 354/week @ 2024-01-01 252/week @ 2024-01-08 482/week @ 2024-01-15 390/week @ 2024-01-22 648/week @ 2024-01-29 335/week @ 2024-02-05 409/week @ 2024-02-12 265/week @ 2024-02-19 1542/week @ 2024-02-26 1061/week @ 2024-03-04 660/week @ 2024-03-11 1100/week @ 2024-03-18 1304/week @ 2024-03-25 1102/week @ 2024-04-01

4,232 downloads per month
Used in 50 crates (23 directly)

Apache-2.0

135KB
2.5K SLoC

Client-side-validation commit-verify library

Build Tests Lints codecov

Docs unsafe forbidden Apache-2 licensed

This is an implementation of LNPBP-4 multi-commitment standard, LNPBP-9 standard, defining to cryptographic commitment schemes used in client-side-validation, and [LNPBP-81] tagged merkle tree standard. It is a part of more generic client_side_validation library covering other client-side-validation standards.

Client-side-validation is a paradigm for distributed computing, based on top of proof-of-publication/commitment medium layer, which may be a bitcoin blockchain or other type of distributed consensus system.

The development of the library is supported by LNP/BP Standards Association and is performed on its GitHub page.

Minimum supported rust version for the library (MSRV) is 1.66 and 2021 rust edition.

Documentation

Detailed developer & API documentation for the library can be accessed at https://docs.rs/commit_verify/

To learn about the technologies enabled by the library please check slides from our tech presentations and LNP/BP tech talks videos

Usage

To use the library, you just need to reference a latest version, in [dependencies] section of your project Cargo.toml.

commit_verify = "1"

If you are using other client-side-validation libraries, consider importing just a single client_side_validation library which re-exports all of them, including the current one.

The library has just a two feature flags, both of which are not used by default:

  • rand, providing support for generating random 32-byte sequences of Slice32 type, used in many LNP/BP applications (for instance as hash-lock preimages or during LNPBP-4 multi-commitments)
  • serde, providing support for data structure serialization with serde across the library

Contributing

Contribution guidelines can be found in CONTRIBUTING

Licensing

The libraries are distributed on the terms of Apache 2.0 opensource license. See LICENCE file for the license details.

[LNPBP-81]" https://github.com/LNP-BP/LNPBPs/blob/master/lnpbp-0081.md

Dependencies

~6MB
~136K SLoC