accumulator

所属分类:加密解密
开发工具:Rust
文件大小:70KB
下载次数:0
上传日期:2021-03-10 03:03:06
上 传 者sh-1993
说明:  Rust中的加密累加器。
(Cryptographic accumulators in Rust.)

文件列表:
.vscode (0, 2021-03-10)
.vscode\extensions.json (130, 2021-03-10)
.vscode\launch.json (395, 2021-03-10)
.vscode\settings.json (324, 2021-03-10)
CODEOWNERS (83, 2021-03-10)
CONTRIBUTING.md (2275, 2021-03-10)
Cargo.toml (1588, 2021-03-10)
LICENSE (1078, 2021-03-10)
benches (0, 2021-03-10)
benches\accumulator (0, 2021-03-10)
benches\accumulator\add.rs (2716, 2021-03-10)
benches\accumulator\delete.rs (1182, 2021-03-10)
benches\group (0, 2021-03-10)
benches\group\class.rs (3995, 2021-03-10)
benches\group\rsa.rs (3113, 2021-03-10)
benches\hash (0, 2021-03-10)
benches\hash\hashes.rs (637, 2021-03-10)
benches\hash\primality.rs (1119, 2021-03-10)
benches\proof (0, 2021-03-10)
benches\proof\poe.rs (708, 2021-03-10)
benches\proof\pokcr.rs (702, 2021-03-10)
benches\proof\poke2.rs (727, 2021-03-10)
benches\uint.rs (742, 2021-03-10)
docs (0, 2021-03-10)
flamegraph.sh (905, 2021-03-10)
flamegraph (0, 2021-03-10)
flamegraph\flamegraph.pl (34567, 2021-03-10)
flamegraph\stackcollapse.pl (2861, 2021-03-10)
release.sh (805, 2021-03-10)
setup.sh (273, 2021-03-10)
src (0, 2021-03-10)
src\accumulator.rs (17510, 2021-03-10)
src\group (0, 2021-03-10)
src\group\class.rs (29681, 2021-03-10)
src\group\mod.rs (5532, 2021-03-10)
src\group\ristretto.rs (3087, 2021-03-10)
... ...

# accumulator Cryptographic accumulators in Rust, implemented over a generic group interface. Batteries (RSA and class group implementations) included! ## Installation ```toml # Cargo.toml [dependencies] accumulator = { git = "https://github.com/cambrian/accumulator.git", tag = "v0.2.1" } ``` ## Docs Available [here](https://cambrian.dev/accumulator/docs), and feel free to reach out with any questions. ## Demo We have a [proof-of-concept](https://github.com/cambrian/accumulator-demo) for stateless Bitcoin nodes. ## Contributing Please see our [contribution guide](https://github.com/cambrian/accumulator/blob/master/CONTRIBUTING.md). We are looking for long-term maintainers!

近期下载者

相关文件


收藏者