Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 667 Bytes

A mini-wallet with FALCON-512 signatures

This is a highly experimental external signer with quantum-safe signatures. It is built on liboqs-go. It uses the NIST round 3 standardisation level for FALCON. We will update to the NIST Round 3 standard as soon as it is made available.

⚠️ Do not use this in production

Setting up liboqs-go can be difficult. You can build a container with

docker build -t oqs-go .

Mount your current directory into the container and use it as an environment:

 docker run --rm -it --workdir=/app -v ${PWD}:/app oqs-go /bin/bash

After that you can run the code with:

 go run main.go