Skip to content

Instantly share code, notes, and snippets.

View taimoorgit's full-sized avatar

Taimoor Ahmad taimoorgit

View GitHub Profile
@taimoorgit
taimoorgit / liboqs-example.go
Last active January 23, 2021 15:07
Keypair generator and signature verifier for liboqs-go
// signature Go example
package main
import (
"fmt"
"log"
"github.com/open-quantum-safe/liboqs-go/oqs"
)