summaryrefslogtreecommitdiff
blob: bfeec2a97f3643afab9453b5a0d31b20ca60df32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		A collection of crypto hashes, with a practical incremental and one-pass, pure APIs,
		with performance close to the fastest implementations available in others languages.
		
		The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
	</longdescription>
	<use>
		<flag name="cryptoapi">Defines crypto-api instances</flag>
	</use>
</pkgmetadata>