summaryrefslogtreecommitdiff
blob: ef3750fcd2b4fc64f89e9cac9a52c20c7b975016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		According to the Wikipedia, a nonce is an arbitrary number used
		only once in a cryptographic communication.  This package
		contain helper functions for generating nonces.
		
		There are many kinds of nonces used in different situations.
		It's not guaranteed that by using the nonces from this package
		you won't have any security issues.  Please make sure that the
		nonces generated via this package are usable on your design.
	</longdescription>
	<upstream>
		<remote-id type="github">prowdsponsor/nonce</remote-id>
	</upstream>
</pkgmetadata>