From 51b213b3cc90be2078b57fa7223852a75e616ca0 Mon Sep 17 00:00:00 2001 From: myl7 Date: Thu, 11 Apr 2024 02:07:02 +0800 Subject: [PATCH] Update readme about the fix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4372d0d..64c8d21 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,11 @@ Notice that we do not close all other programs as many as possible to reduce sch [AMD Ryzen 7 5800H with Radeon Graphics]: https://www.amd.com/en/products/apu/amd-ryzen-7-5800h [rayon]: https://github.com/rayon-rs/rayon +## Deprecation + +`crate::dcf::prg::Aes256HirosePrg` (enabled by default by the `prg` feature, and only this one) has wrong implementation. +It is fixed in version 0.4.3 of crate fss-rs, versions 0.5.1 and 0.6.2 of crate dcf, and version 0.5.1 of crate dpf-fss. + ## License Copyright (C) myl7