summaryrefslogtreecommitdiff
blob: 02c87685459b0bafa30650245401085c70e6621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Skein (&lt;http://www.skein-hash.info/&gt;) is a family of fast
		secure cryptographic hash functions designed by Niels
		Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
		Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
		
		This package uses bindings to the optimized C implementation
		of Skein.  We provide a high-level interface (see module
		"Crypto.Skein") to some of the Skein use cases.  We also
		provide a low-level interface (see module
		"Crypto.Skein.Internal") should you need to use Skein in a
		different way.
		
		Currently we have support for Skein as cryptographic hash
		function as Skein as a message authentication code
		(Skein-MAC).  For examples of how to use this package, see
		"Crypto.Skein" module documentation.
	</longdescription>
	<use>
		<flag name="big-endian">When manually selecting the
                endianness, use big-endian (default is little-endian).</flag>
		<flag name="force-endianness">Use a manually selected endian
                when compiling (see flag 'big-endian').</flag>
		<flag name="reference">Use the reference implementation
                instead of the optimized one.</flag>
	</use>
	<upstream>
		<remote-id type="github">meteficha/skein</remote-id>
	</upstream>
</pkgmetadata>