From bcac8dce95d1901330dc624ca8121c6ffe65b435 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Tue, 23 Jul 2024 14:17:54 +0200 Subject: [PATCH] Update readme Signed-off-by: Denis Varlakov --- README.md | 5 ++--- givre/src/lib.rs | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b60591..bbccf5f 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,8 @@ by lexicographically sorting the signers’ public keys, and letting the index o signer be the position of that signer’s public key in the sorted list. ## Webassembly and `no_std` support -This crate is compatible with `wasm32-unknown-unknown` target and `no_std` unless -`cggmp21-keygen`, `full-signing`, or `std` features are enabled. Other WASM targets -might be supported even if these features are on. +This crate is compatible with `wasm32-unknown-unknown` target and `no_std`. Requires +disabling `std` feature which is on by default. [CGGMP21]: https://github.com/dfns/cggmp21 [draft]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-15.html diff --git a/givre/src/lib.rs b/givre/src/lib.rs index 35e1702..46d5863 100644 --- a/givre/src/lib.rs +++ b/givre/src/lib.rs @@ -155,9 +155,8 @@ //! signer be the position of that signer’s public key in the sorted list. //! //! # Webassembly and `no_std` support -//! This crate is compatible with `wasm32-unknown-unknown` target and `no_std` unless -//! `cggmp21-keygen`, `full-signing`, or `std` features are enabled. Other WASM targets -//! might be supported even if these features are on. +//! This crate is compatible with `wasm32-unknown-unknown` target and `no_std`. Requires +//! disabling `std` feature which is on by default. //! //! [CGGMP21]: https://github.com/dfns/cggmp21 //! [draft]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-15.html