ferveo-tdec-temp4

Crates.ioferveo-tdec-temp4
lib.rsferveo-tdec-temp4
version0.4.0-alpha
created_at2025-06-10 12:38:58.191215+00
updated_at2025-06-10 12:38:58.191215+00
descriptionThreshold signature and encryption using group secret key
homepage
repositoryhttps://github.com/nucypher/ferveo/
max_upload_size
id1707061
size128,219
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