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

group-threshold-cryptography-pre-release

Threshold signature and encryption using group secret key

3 unstable releases

0.2.0 Aug 28, 2023
0.1.0 Jul 7, 2023
0.1.0-alpha.0 May 23, 2023

#1846 in Cryptography

Download history 13/week @ 2024-01-05 132/week @ 2024-01-12 109/week @ 2024-01-19 80/week @ 2024-01-26 208/week @ 2024-02-02 160/week @ 2024-02-09 103/week @ 2024-02-16 23/week @ 2024-02-23 10/week @ 2024-03-01 11/week @ 2024-03-08 9/week @ 2024-03-15 37/week @ 2024-03-22 74/week @ 2024-03-29

132 downloads per month
Used in 2 crates (via ferveo-pre-release)

GPL-3.0 license

78KB
2K SLoC

tpke

Benchmarks

Benchmarking WASM

Based on centurion.rs (docs)https://github.com/bheisler/criterion.rs/blob/version-0.4/book/src/user_guide/wasi.md#webasseblywasi-benchmarking

Setup

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

Running

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

Dependencies

~15MB
~363K SLoC