This library provides the implementation for the RevocationList2020
proposal described here.
The following demo uses the wasm library on a web page.
The following example shows how to use the library with Rust.
https://github.com/noandrea/rl2020.rs/blob/aa3b2f099c6faa9f2ad45618cc3b0d4ae6bc0f4e/examples/main.rs#L5-L33
To run the example locally use the command:
sh
cargo run --example main
To run tests, run the following command
bash
cargo test