From 3cea6d8dd4cbc352c755d9eedbe9fb14db2abc83 Mon Sep 17 00:00:00 2001 From: myl7 Date: Tue, 30 Jul 2024 22:07:09 +0800 Subject: [PATCH] docs: add correctness fix log to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3366a55..930dab5 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,12 @@ Notice that we do not close other programs as many as possible to reduce schedul ## Changelog -See [CHANGELOG.md](./CHANGELOG.md). +Correctness fixes: + +- `fss_rs::group::int_prime` impl is corrected at v0.6.0. +- `fss_rs::dcf::prg::Aes256HirosePrg` impl is corrected at v0.4.3 of the crate fss-rs, v0.5.2 and v0.6.3 of the crate dcf, and v0.5.2 of the crate dpf-fss (since it depends on the crate dcf). + +See [CHANGELOG.md](./CHANGELOG.md) for the full changelog. ## License