summaryrefslogtreecommitdiff
path: root/dev-R/digest/metadata.xml
blob: 423e321e5977a6d68a3db13bdb5977590c63b05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>lssndrbarbieri@gmail.com</email>
  <name>Alessandro Barbieri</name>
  <description>co-maintainers welcome</description>
 </maintainer>
 <longdescription lang="en">Implementation of a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',
'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy
comparison of R language objects, as well as functions such as'hmac()' to
create hash-based message authentication code. Please note that this package
is not meant to be deployed for cryptographic purposes for which more
comprehensive (and widely tested) libraries such as 'OpenSSL' should be
used.</longdescription>
 <upstream>
  <maintainer>
   <email>edd@debian.org</email>
   <name>Dirk Eddelbuettel</name>
  </maintainer>
  <changelog>https://cran.r-project.org/web//packages/digest/ChangeLog</changelog>
  <bugs-to>https://github.com/eddelbuettel/digest/issues</bugs-to>
  <doc lang="en">https://cran.r-project.org/web//packages/digest/digest.pdf</doc>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>