We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8abab1 + 00468a7 commit 7b1c1b2Copy full SHA for 7b1c1b2
README.md
@@ -82,10 +82,12 @@ To install dependencies, run `pip -r install requirements`.
82
83
### ML-KEM
84
85
-There are three functions exposed on the `ML_KEM` class which are intended for
+There are four functions exposed on the `ML_KEM` class which are intended for
86
use:
87
88
- `ML_KEM.keygen()`: generate a keypair `(ek, dk)`
89
+- `ML_KEM.key_derive(seed)`: generate a keypair `(ek, dk)` from the provided
90
+ seed
91
- `ML_KEM.encaps(ek)`: generate a key and ciphertext pair `(key, ct)`
92
- `ML_KEM.decaps(dk, ct)`: generate the shared key `key`
93
0 commit comments