Skip to content

Commit 8f3b313

Browse files
erentarthibmeu
authored andcommitted
typo corrections for README.md
1 parent 31cb867 commit 8f3b313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
tlock_age is a library to encrypt and decrypt [age](https://github.com/C2SP/C2SP/blob/main/age.md) filekey using [tlock](https://eprint.iacr.org/2023/189) scheme. It provides an age Identity and Recipient consuming Threshold BLS signatures provided by [drand](https://drand.love/docs/specification/) beacons.
1111

12-
The reference interroperable Go implementation is available at [drand/tlock](https://github.com/drand/tlock).
12+
The reference interoperable Go implementation is available at [drand/tlock](https://github.com/drand/tlock).
1313

1414
## Tables of Content
1515

@@ -26,7 +26,7 @@ The reference interroperable Go implementation is available at [drand/tlock](htt
2626
* ASCII Armor
2727
* tlock header decryption
2828
* Encryption with public key on G1 and G2
29-
* Interroperability with Go and JS implementation
29+
* Interoperability with Go and JS implementation
3030
* wasm32 compatible library
3131

3232
## Installation
@@ -50,7 +50,7 @@ This crate does not provide a drand client. You can use [drand_core](https://git
5050
This software has not been audited. Please use at your sole discretion. With this in mind, dee security relies on the following:
5151
* [tlock: Practical Timelock Encryption from Threshold BLS](https://eprint.iacr.org/2023/189) by Nicolas Gailly, Kelsey Melissaris, and Yolan Romailler, and its implementation in [drand/tlock](https://github.com/drand/tlock),
5252
* [Identity-Based Encryption](https://crypto.stanford.edu/~dabo/papers/bfibe.pdf) by Dan Boneh, and Matthew Franklin, and its implementation in [thibmeu/tlock-rs](https://github.com/thibmeu/tlock-rs),
53-
* The choosen drand beacon to remain honest,
53+
* The chosen drand beacon to remain honest,
5454
* [age](https://github.com/C2SP/C2SP/blob/main/age.md) encryption protocol, and its implementation in [str4d/rage](https://github.com/str4d/rage),
5555

5656
## FAQ

0 commit comments

Comments
 (0)