summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-09-24 09:55:40 +0800
committerGitHub <noreply@github.com>2020-09-23 20:55:40 -0500
commit1662251b771aafd7172da039a04f5f90425e3f31 (patch)
treecb32153799f4835378aa80a392920e93f9dda685 /var
parent2bc6997418f0777ca0d79ddd420004716e9d8ce3 (diff)
downloadspack-1662251b771aafd7172da039a04f5f90425e3f31.tar.gz
spack-1662251b771aafd7172da039a04f5f90425e3f31.tar.bz2
spack-1662251b771aafd7172da039a04f5f90425e3f31.tar.xz
spack-1662251b771aafd7172da039a04f5f90425e3f31.zip
Add new package: libuecc (#18766)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libuecc/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libuecc/package.py b/var/spack/repos/builtin/packages/libuecc/package.py
new file mode 100644
index 0000000000..b0ad96b003
--- /dev/null
+++ b/var/spack/repos/builtin/packages/libuecc/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Libuecc(CMakePackage):
+ """libuecc is a very small generic-purpose Elliptic Curve Cryptography
+ library compatible with Ed25519."""
+
+ homepage = "https://github.com/fars/libuecc"
+ url = "https://github.com/fars/libuecc/archive/v7.tar.gz"
+
+ version('7', sha256='465a6584c991c13fddf36700328c44fee9a3baff9025fb5f232b34d003d715e0')
+ version('6', sha256='ad813abd91462a6b10608e51862a65998649651b22ab5d82f920622cc93befd7')