-
Notifications
You must be signed in to change notification settings - Fork 0
/
alire.toml
33 lines (25 loc) · 1.16 KB
/
alire.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "adare_dilithium5"
description = "Post Quantum Computer Resistant Cryptograph Sign, Dilithium5 Ada bind."
version = "0.2.3"
authors = ["Daniel Norte de Moraes"]
maintainers = ["Daniel Norte de Moraes <danieagle@zohomail.com>"]
maintainers-logins = ["danieagle"]
long-description = """
Dilithium is a digital signature scheme that is strongly secure under
chosen message attacks based on the hardness of lattice problems
over module lattices. The security notion means that an adversary
having access to a signing oracle cannot produce a signature of a
message whose signature he hasn't yet seen, nor produce a different
signature of a message that he already saw signed. Dilithium is one
of the candidate algorithms submitted to the
NIST post-quantum cryptography project.
Adare_Dilithium5 is a Ada 2012 bind to Dilithium5 C.
(C version at https://github.com/PQClean/PQClean)
How a Bonus all Ada packages in this lib is "Ada Pure"! :-)
"""
licenses = "Unlicense"
tags = ["signature", "pqc"]
website = ""
[build-switches]
"*".Ada_Version = "Ada12"
"*".Style_checks = ["-gnaty2abCefhiklnprstmM135"]