Skip to content

eomii/falconWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mini wallet with FALCON signatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published