Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Mar 19, 2024
1 parent f4a4cd3 commit b8f73a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,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` or `full-signing` features are enabled. Other WASM targets might
be supported even if these features are on.
`cggmp21-keygen`, `full-signing`, or `std` features are enabled. Other WASM targets
might be supported even if these features are on.

[CGGMP21]: https://github.com/dfns/cggmp21
[draft]: https://www.ietf.org/archive/id/draft-irtf-cfrg-frost-15.html
4 changes: 2 additions & 2 deletions givre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
//!
//! # Webassembly and `no_std` support
//! This crate is compatible with `wasm32-unknown-unknown` target and `no_std` unless
//! `cggmp21-keygen` or `full-signing` features are enabled. Other WASM targets might
//! be supported even if these features are on.
//! `cggmp21-keygen`, `full-signing`, or `std` features are enabled. Other WASM targets
//! might be supported even if these features are on.
//!
//! [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 b8f73a5

Please sign in to comment.