]> git.ipfire.org Git - ipfire-3.x.git/blame - libsodium/libsodium.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / libsodium / libsodium.nm
CommitLineData
662e67ef
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libsodium
811d2641 7version = 1.0.9
662e67ef
MT
8release = 1
9
10groups = System/Libraries
11url = http://libsodium.org
12license = ISC
13summary = The Sodium crypto library
14
15description
16 Sodium is a new, easy-to-use software library for encryption, decryption,
17 signatures, password hashing and more. It is a portable, cross-compilable,
18 installable, packageable fork of NaCl, with a compatible API, and an extended
19 API to improve usability even further. Its goal is to provide all of the core
20 operations needed to build higher-level cryptographic tools. The design
21 choices emphasize security, and "magic constants" have clear rationales.
22
23 The same cannot be said of NIST curves, where the specific origins of certain
24 constants are not described by the standards. And despite the emphasis on
25 higher security, primitives are faster across-the-board than most
26 implementations of the NIST standards.
27end
28
29source_dl = http://download.libsodium.org/libsodium/releases/
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end