Crypt-PQClean-Sign version 0.03
===============================

This module offers Perl functions for Post-Quantum Cryptography:
enabling key pair generation, signature creation with a private key,
and signature verification with a public key.
It leverages the PQClean implementation to support the following algorithms:
 - Falcon: 512 and 1024-bit;
 - ML-DSA (previously known as CRYSTALS-Dilithium): Levels 44, 65, and 87;
 - SPHINCS+: 128, 192, and 256-bit, with both ���fast��� and ���simple��� variants.

INSTALLATION

To install this module type the following:

   git submodule update --init # or git clone https://github.com/PQClean/PQClean.git pqclean
   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  gcc or clang, make

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2024 by Pavel Gulchuk

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.16.3 or,
at your option, any later version of Perl 5 you may have available.