Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.43 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.43 KB

Cryptography_project_2024

It is a repository with the source code, report, and materials for the project of the 2024 class of the Cryptography methods in data science course at the AGH University of Krakow. The scope of the project is to implement the post-quantum SABER algorithm in a high-level programming language - Python.

The implementation is based on the SABER specification document, esspecially relevant sections are:

Relevant links

Getting started

  1. Install the saber package:
    pip install -e .

  2. Play with the use cases located in the /saber/usecases.ipynb notebook file.