You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Pure Rust implementations of identity-based signature (IBS) algorithms. Currently implements the Galindo-Garcia scheme on Curve25519.
6
6
7
-
In the PostGuard ecosystem, this crate is used by `pg-core` to produce sender signatures so recipients can verify who encrypted a message.
7
+
Within PostGuard, this crate is used by `pg-core` to produce sender signatures so recipients can verify who encrypted a message.
8
8
9
9
### Supported schemes
10
10
@@ -43,4 +43,4 @@ New versions are published manually to [crates.io](https://crates.io/crates/ibs)
43
43
44
44
## License
45
45
46
-
Dual-licensed at your option under either [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE). This is the standard Rust ecosystem licensing arrangement and is declared as `license = "MIT OR Apache-2.0"` in `Cargo.toml`.
46
+
Dual-licensed at your option under either [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE). Declared in `Cargo.toml`as `license = "MIT OR Apache-2.0"`.
0 commit comments