This library provides the implementation for the RevocationList2020
proposal described here.
The following demo uses the wasm library on a web page.
To run the demo locally, build the javascript library using:
wasm-pack build --target web --debug
and then launch a local web server, for example using python:
python3 -m http.server 7654
The following example shows how to use the library with Rust.
Lines 5 to 33 in aa3b2f0
To run the example locally use the command:
cargo run --example main
To run tests, run the following command
cargo test
The rust library is published on crates.io
The wasm library is published on npmjs