ferveo-tdec-temp5

Crates.ioferveo-tdec-temp5
lib.rsferveo-tdec-temp5
version0.4.0-alpha
created_at2025-06-11 14:58:49.134498+00
updated_at2025-06-11 14:58:49.134498+00
descriptionThreshold signature and encryption using group secret key
homepage
repositoryhttps://github.com/nucypher/ferveo/
max_upload_size
id1708677
size157,968
David Núñez (cygnusv)

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