mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
15 lines
555 B
XML
15 lines
555 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/neilalexander/jnacl/issues</bugs-to>
|
|
<remote-id type="github">neilalexander/jnacl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|