Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
dafff237c2 | |||
e3b0c56e38 | |||
d7414c6cdc | |||
9d95c95af4 | |||
c9c69b7e93 | |||
21197d13b5 | |||
d03a10fbba |
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
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
|
@ -1,5 +1,7 @@
|
|||||||
# PQ Crypto Catalog
|
# 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.
|
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.
|
Users shouldn't expect any level of security provided by this code. The library is not meant to be used on live production systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user