judahx67 / OQS-CRYSTALS-Dilithium-DLL

CRYSTALS-Dilithium Level 3 Implementation as external DLL using Open Quantum Safe Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library: https://github.com/open-quantum-safe/liboqs Cross compiled for Windows using Ubuntu 22

Functions:

const char* keygen(const char* private_key_file);

const char* sign(const char* message, const char* private_key_file);

bool verify(const char* message, const char* signature_hex, const char* public_key_hex);

Future plan: Update README to include more details.

About

CRYSTALS-Dilithium Level 3 Implementation as external DLL using Open Quantum Safe Library


Languages

Language:C++ 92.4%Language:C 7.6%