mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="ec">Elliptic Curve Cryptography with primitives taken from Fiat</flag>
|
|
<flag name="pk">Simple public-key cryptography for the modern age</flag>
|
|
<flag name="rng">A cryptographically secure PRNG</flag>
|
|
<flag name="rng-async">Feed the entropy source in an Async-friendly way</flag>
|
|
<flag name="rng-mirage">Entropy collection for a cryptographically secure PRNG</flag>
|
|
</use>
|
|
<longdescription lang="en">Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and
|
|
hashes (MD5, SHA-1, SHA-2).</longdescription>
|
|
<upstream>
|
|
<doc>https://mirage.github.io/mirage-crypto/doc</doc>
|
|
<bugs-to>https://github.com/mirage/mirage-crypto/issues</bugs-to>
|
|
<remote-id type="github">mirage/mirage-crypto</remote-id>
|
|
<maintainer>
|
|
<name>Hannes Mehnert</name>
|
|
<email>hannes@mehnert.org</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|