group-threshold-cryptography-pre-release

Crates.iogroup-threshold-cryptography-pre-release
lib.rsgroup-threshold-cryptography-pre-release
version0.2.0
sourcesrc
created_at2023-05-23 09:49:36.943362
updated_at2023-08-28 14:27:53.287984
descriptionThreshold signature and encryption using group secret key
homepage
repositoryhttps://github.com/nucypher/ferveo/
max_upload_size
id871847
size150,839
(piotr-roslaniec)

documentation

README

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

cargo fmt