Skip to content

Commit 7b1c1b2

Browse files
authored
Merge pull request #91 from tomato42/doc-seeds
mark the `ML_KEM.key_derive()` method as public and stable API
2 parents b8abab1 + 00468a7 commit 7b1c1b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ To install dependencies, run `pip -r install requirements`.
8282

8383
### ML-KEM
8484

85-
There are three functions exposed on the `ML_KEM` class which are intended for
85+
There are four functions exposed on the `ML_KEM` class which are intended for
8686
use:
8787

8888
- `ML_KEM.keygen()`: generate a keypair `(ek, dk)`
89+
- `ML_KEM.key_derive(seed)`: generate a keypair `(ek, dk)` from the provided
90+
seed
8991
- `ML_KEM.encaps(ek)`: generate a key and ciphertext pair `(key, ct)`
9092
- `ML_KEM.decaps(dk, ct)`: generate the shared key `key`
9193

0 commit comments

Comments
 (0)