Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <denis@dfns.co>
  • Loading branch information
survived committed Jul 23, 2024
1 parent 62b787b commit bcac8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 2 additions & 3 deletions givre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcac8dc

Please sign in to comment.