#threshold-signature #secret-key #group #encryption

group-threshold-cryptography-pre-release

基于群密钥的阈值签名和加密

3个不稳定版本

0.2.0 2023年8月28日
0.1.0 2023年7月7日
0.1.0-alpha.02023年5月23日

#2123 in 加密学

Download history 17/week @ 2024-03-11 42/week @ 2024-03-25 106/week @ 2024-04-01 48/week @ 2024-04-08 71/week @ 2024-04-15 44/week @ 2024-04-22 68/week @ 2024-04-29 10/week @ 2024-05-06 27/week @ 2024-05-13 1/week @ 2024-05-20 28/week @ 2024-05-27 8/week @ 2024-06-03 176/week @ 2024-06-10 28/week @ 2024-06-17 29/week @ 2024-06-24

242 每月下载量
用于 2 个crate(通过 ferveo-pre-release

GPL-3.0 许可证

78KB
2K SLoC

tpke

基准测试

基于WASM的基准测试

基于 centurion.rs (文档)https://github.com/bheisler/criterion.rs/blob/version-0.4/book/src/user_guide/wasi.md#webasseblywasi-benchmarking

设置

cargo install cargo-wasi
npm install -g @wasmer/cli

cargo wasi build --bench=benchmarks --release
cp `ls -t ../target/wasm32-wasi/release/deps/*.wasm | head -n 1` benchmarks.wasm

运行

wasmer-js run --dir=. benchmarks.wasm -- --bench

依赖项

~15MB
~350K SLoC