Compare commits

..

No commits in common. "main" and "sike" have entirely different histories.
main ... sike

2 changed files with 0 additions and 19 deletions

View File

@ -1,17 +0,0 @@
kind: pipeline
type: exec
name: default
node:
uarch: skylake
steps:
- name: build
commands:
- git submodule init
- git submodule update --recursive --remote
- mkdir build
- cd build
- cmake ..
- make
- ./test

View File

@ -1,7 +1,5 @@
# PQ Crypto Catalog
[![Build Status](https://drone.amongbytes.com/api/badges/kris/pqc/status.svg)](https://drone.amongbytes.com/kris/pqc)
This is a repository of post-quantum schemes copied from either the submission to the NIST Post-Quantum Standardization or [PQClean](https://github.com/PQClean/PQClean) project. The goal of the library is to provide easy to use API which enables quick experimentation with some post-quantum cryptographic schemes.
Users shouldn't expect any level of security provided by this code. The library is not meant to be used on live production systems.