Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 590 Bytes

A mini-wallet with SPHINCS+ 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 SPHINCS+.

⚠️ 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