blob: 60479bce3b138e2321d4d64b6a85c7f19e9d38ae (
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 "https://srcux.com/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>
<origin>srcux</origin>
</pkgmetadata>
|