blob: 85fac4d279d34e04bb44c9c3ea801fbe6d7a34ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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>
</upstream>
</pkgmetadata>
|