An open API service indexing awesome lists of open source software.

https://github.com/bwesterb/draft-schwabe-cfrg-kyber

CFRG I-D for the Post-Quantum KEM Kyber
https://github.com/bwesterb/draft-schwabe-cfrg-kyber

Last synced: about 1 year ago
JSON representation

CFRG I-D for the Post-Quantum KEM Kyber

Awesome Lists containing this project

README

          

# Kyber Post-Quantum KEM

This is the working area for the individual Internet-Draft, "Kyber Post-Quantum KEM".
It described [Kyber](https://pq-crystals.org/kyber/index.shtml),
NIST's pick for post-quantum key agreement.

It also contains "machine-readable" specification of Kyber in Python.

Very much [work-in-progress](https://github.com/bwesterb/draft-schwabe-cfrg-kyber/issues) at the moment!

**NOTE** This draft is not stable and does not (yet) match the final
NIST standard expected in 2024. Currently it matches Kyber as submitted
to round 3 of the NIST PQC process.

* [Editor's Copy](https://bwesterb.github.io/draft-schwabe-cfrg-kyber/#go.draft-cfrg-schwabe-kyber.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-cfrg-schwabe-kyber)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-cfrg-schwabe-kyber)
* [Compare Editor's Copy to Individual Draft](https://bwesterb.github.io/draft-schwabe-cfrg-kyber/#go.draft-cfrg-schwabe-kyber.diff)

## Contributing

See the
[guidelines for contributions](https://github.com/bwesterb/draft-schwabe-cfrg-kyber/blob/main/CONTRIBUTING.md).

Contributions can be made by creating pull requests.
The GitHub interface supports creating pull requests using the Edit (✏) button.

## Command Line Usage

Formatted text and HTML versions of the draft can be built using `make`.

```sh
$ make
```

Command line usage requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).

Python tests (including test against NIST KAT test vectors) can be run using `pytest`:

```sh
$ pip3 install pycryptodome pytest
[...]
$ pytest
```