Skip to content

Commit 5011c19

Browse files
authored
include pypi information
1 parent ceb4c70 commit 5011c19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ This code is not constant time, or written to be performant. Rather, it was
3838
written so that the python code closely follows the Kyber specification
3939
[specification](https://pq-crystals.org/kyber/data/kyber-specification-round3-20210804.pdf) and [FIPS 203](https://csrc.nist.gov/pubs/fips/203/final). No cryptographic guarantees are made of this work.
4040

41+
## Installation
42+
43+
This package is available as `kyber-py` on
44+
[PyPI](https://pypi.org/project/kyber-py/):
45+
46+
```
47+
pip install kyber-py
48+
```
49+
4150
## History of this Repository
4251

4352
This work started by simply implementing Kyber for fun, however after NIST

0 commit comments

Comments
 (0)