Update README.md

This commit is contained in:
p68432750 2023-11-19 17:03:08 +08:00
parent 7b5112792d
commit 83779d0c70
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
# 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.