group-math

Crates.iogroup-math
lib.rsgroup-math
version0.2.4
sourcesrc
created_at2023-10-01 08:17:40.618759
updated_at2024-01-27 04:49:15.153574
descriptionGroup (mathematics) interface and implementations
homepagehttps://github.com/myl7/fss
repositoryhttps://github.com/myl7/fss.git
max_upload_size
id989099
size27,391
Yulong Ming (myl7)

documentation

https://docs.rs/group-math

README

fss

Migration

We have combined all the following crates into a single crate fss-rs. To fss-rs v0.4.0, there are no functional changes. You only need to update import paths to migrate.

These legacy crates would be kept as is for compatibility, but no longer receive updates including security updates


Name Crate name crates.io Docs
DCF dcf Crates.io docs.rs
DPF dpf-fss Crates.io Coming soon
Group (mathematics) group-math Crates.io docs.rs
Common types fss-types Crates.io docs.rs

Function secret sharing implementations including distributed comparison & point function

References

Benchmark

We use Criterion.rs for benchmarking. Criterion.rs reports criterion.tar.zst are included in releases.

We use a (my) laptop as the benchmarking machine. It is charged to 100% with the power plugged in when benchmarking. Its CPU is AMD Ryzen 7 5800H with Radeon Graphics, which is 8C16T. We use rayon as the data-parallelism library, which establishes 16 threads when benchmarking with multithreading. We ensure that its memory is enough for benchmarking, which is 16GB and has more than 5GB left when benchmarking. Notice that we do not close all other programs as many as possible to reduce scheduling, though we do avoid doing any other thing at the same time.

License

Copyright (C) myl7

SPDX-License-Identifier: Apache-2.0

Commit count: 130

cargo fmt