-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.03 KB
/
DESCRIPTION
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
Package: scrypt
Type: Package
Title: Key Derivation Functions for R Based on Scrypt
Version: 0.1.4
Authors@R: c(
person("Bob", "Jansen", email = "bobjansen@gmail.com", role = c("ctb", "cre")),
person("Andy", "Kipp", email = "andy@rstudio.com", role = c("aut")),
person("Colin", "Percival", role = c("aut", "cph")),
person(family = "RStudio", role = "cph")
)
Copyright: RStudio, Inc.; Colin Percival
Maintainer: Bob Jansen <bobjansen@gmail.com>
Description: Functions for working with the scrypt key derivation functions
originally described by Colin Percival
<https://www.tarsnap.com/scrypt/scrypt.pdf> and in Percival and Josefsson
(2016) <doi:10.17487/RFC7914>. Scrypt is a password-based key derivation
function created by Colin Percival. The algorithm was specifically designed
to make it costly to perform large-scale custom hardware attacks by
requiring large amounts of memory.
License: FreeBSD
Depends:
R (>= 3.0.0)
URL: https://github.com/rstudio/rscrypt
Imports:
Rcpp (>= 0.10.6)
LinkingTo: Rcpp