Files
gentoo/dev-haskell/cryptonite/metadata.xml
matoro b56175dcd6 dev-haskell/cryptonite: add 0.28
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-22 22:15:01 +00:00

39 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
A repository of cryptographic primitives.
* Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha.
* Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Kekkak, Skein, Ripemd, Tiger, Whirlpool
* MAC: HMAC, Poly1305
* Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519
* Key Derivation Function: PBKDF2, Scrypt
* Cryptographic Random generation: System Entropy, Deterministic Random Generator
* Data related: Anti-Forensic Information Splitter (AFIS)
If anything cryptographic related is missing from here, submit
a pull request to have it added. This package strive to be a
cryptographic kitchen sink that provides cryptography for everyone.
Evaluate the security related to your requirements before using.
</longdescription>
<use>
<flag name="integer-gmp">Whether or not to use GMP for some functions</flag>
<flag name="target-attributes">use GCC / clang function attributes instead of global target options.</flag>
</use>
<upstream>
<remote-id type="github">haskell-crypto/cryptonite</remote-id>
</upstream>
</pkgmetadata>