Go to file
p68432750 83779d0c70 Update README.md 2023-11-19 17:03:08 +08:00
benches ADD file via upload 2023-11-19 16:55:09 +08:00
eval ADD file via upload 2023-11-19 16:59:22 +08:00
fig ADD file via upload 2023-11-19 16:59:53 +08:00
src ADD file via upload 2023-11-19 17:02:18 +08:00
tests ADD file via upload 2023-11-19 17:02:45 +08:00
Cargo.toml ADD file via upload 2023-11-19 16:44:04 +08:00
README.md Update README.md 2023-11-19 17:03:08 +08:00
rustfmt.toml ADD file via upload 2023-11-19 16:43:50 +08:00

README.md

PFSE

Partition-Based Frequency Smoothing Encryption This repo is a reference implementation of the partition-based FSE scheme that reduces the overheads of storage as well as the execution time. The code is written as a library in stable Rust.

MSRV The Minimum Supported Rust Version is 1.65.0.

Testing and Benchmarking This crate provides with a test suite in ./test and can be exeucted by cargo test. Also, we use the criterion-rs crate to enable benchmarking in stable Rust.