You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print the supported [NIST PQC Algorithms](https://csrc.nist.gov/projects/post-quantum-cryptography#pqc-standards) (FIPS 203, FIPS 204, FIPS 205) in the [BouncyCastle BCPQC Provider](https://github.com/bcgit/bc-java/blob/main/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.java)
4
+
5
+
## Basic Usage
6
+
7
+
```bash
8
+
docker build -t pqc:cgr .
9
+
docker run pqc:cgr
10
+
```
11
+
12
+
## Alternative Option
13
+
14
+
Run Example 1 from the (BouncyCastle PQC Almanac)[https://downloads.bouncycastle.org/java/docs/PQC-Almanac.pdf] by overwriting PQCTest.java with PQC-Almanac-Ex1.java
0 commit comments