RevocationList2020 格式实现
由 Andrea Giacobino
#829 在 身份验证
20KB 433 行
本库提供了此处描述的 RevocationList2020 方案的实现。
RevocationList2020
以下演示使用了网页上的 wasm 库。
以下示例展示了如何使用 Rust 库。
https://github.com/noandrea/rl2020.rs/blob/aa3b2f099c6faa9f2ad45618cc3b0d4ae6bc0f4e/examples/main.rs#L5-L33
要在本地运行示例,请使用以下命令
cargo run --example main
要运行测试,请执行以下命令
cargo test
~2–3MB ~53K SLoC