summaryrefslogtreecommitdiff
path: root/dev-libs/libsodium/metadata.xml
blob: 082ec1f06ef249498161dab64dd7a1d8c2161618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>sam@gentoo.org</email>
    <name>Sam James</name>
  </maintainer>
  <longdescription>
		NaCl (pronounced "salt") is a new easy-to-use high-speed software
		library for network communication, encryption, decryption,
		signatures, etc. NaCl's goal is to provide all of the core
		operations needed to build higher-level cryptographic tools.
		Sodium is a portable, cross-compilable, installable,
		packageable fork of NaCl, with a compatible API.
	</longdescription>
  <use>
    <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>