-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added latest SPARKNaCl release
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name = "sparknacl" | ||
description = "Verified SPARK 2014 re-implementation of TweetNaCl cryptographic library" | ||
long-description = "SPARK 2014 re-implementation of TweetNaCl cryptographic library, with fully automated proofs of type safety and some correctness properties" | ||
version = "4.0.0" | ||
tags = ["spark", "cryptography", "security", "nacl", "curve25519", "ed25519", "tweetnacl"] | ||
licenses = "BSD-3-Clause" | ||
website = "https://github.com/rod-chapman/SPARKNaCl" | ||
|
||
authors = ["Rod Chapman"] | ||
maintainers = ["Rod Chapman <[email protected]>"] | ||
maintainers-logins = ["rod-chapman"] | ||
|
||
[[depends-on]] | ||
gnat=">=12.1.1" | ||
|
||
[gpr-externals] | ||
SPARKNACL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] | ||
SPARKNACL_COMPILE_CHECKS = ["enabled", "disabled"] | ||
SPARKNACL_RUNTIME_CHECKS = ["enabled", "disabled"] | ||
SPARKNACL_STYLE_CHECKS = ["enabled", "disabled"] | ||
SPARKNACL_CONTRACTS = ["enabled", "disabled"] | ||
SPARKNACL_RUNTIME_MODE = ["full", "zfp"] | ||
SPARKNACL_BUILD_MODE = ["debug", "O1", "O2", "O3", "Os"] | ||
SPARKNACL_TARGET_ARCH = ["unspecified", "rv32im", "rv32imc", "rv32imc_a4"] | ||
|
||
[origin] | ||
commit = "3bb462a1e645fe473a3910d09e0d7f0df8d1b926" | ||
url = "git+https://github.com/rod-chapman/sparknacl.git" |