/adare_hqc256

An Ada2012 bind for the HQC-256 PQC code based KEM

Primary LanguageAdaOtherNOASSERTION

Adare_HQC256
=====================

Version: 0.2.3

HQC (Hamming Quasi-Cyclic) is a code-based public key encryption scheme designed to
provide security against attacks by both classical and quantum computers. HQC has
been submitted to the NIST's Post-Quantum Cryptography Standardization Project.

Adare_HQC256 is a Ada 2012 bind to HQC-256 C.

(C version at https://github.com/PQClean/PQClean)

How a Bonus all Ada packages in this lib is "Ada Pure"! :-)

USAGE
-----

   Building:

    1) enter in your alire project:
    2) alr with adare_hqc256

    3.1) mybe use: alr build --release
      or
    3.2) mybe use: alr build --development
      or
    3.3) mybe use: alr build --validation


   And Be Happy :-D

  Main repository => https://github.com/danieagle/adare_hqc256.git

  All help, tests and pull requests Are Welcome!


For examples and how compile in your own projects, see:
  src/*.ad{s,b}
  adare_hqc256_examples/src/*.adb

  Enjoy!!

CONTRIBUTING
------------

We will be happy in known where you use Adare_HQC256. :-)


THANKS
------

To Brian "Beejs Jorgensen" Hall, because his book "the Beej's Guide to Network Programming"
and to All people, past present and future, that made Life better to Live and
that include the Fellows from Ada Newsgroup and from forum.ada-lang.io. Thanks All!!


LICENSE
-------

The Adare_HQC256 license 2023-Present

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>

SPDX-License-Identifier: Unlicense