ferveo-nucypher-tdec

Crates.ioferveo-nucypher-tdec
lib.rsferveo-nucypher-tdec
version0.4.0
created_at2025-08-15 13:08:39.531756+00
updated_at2025-08-15 13:08:39.531756+00
descriptionThreshold signature and encryption using group secret key
homepage
repositoryhttps://github.com/nucypher/ferveo/
max_upload_size
id1796732
size128,682
Derek Pierre (derekpierre)

documentation

README

ferveo-tdec

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
Commit count: 660

cargo fmt