Context Triggered Piecewise Hash Computation Using 'ssdeep'
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
937 B

Package: ssdeepr
Type: Package
Title: Context Triggered Piecewise Hash Computation Using 'ssdeep'
Version: 0.2.0
Date: 2020-03-03
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The ssdeep project provides an open source library <https://github.com/ssdeep-project/ssdeep/>
context triggered piecewise hashing. Methods are provided to compute and compare
hashes from character/byte streams.
URL: https://git.rud.is/hrbrmstr/ssdeepr
BugReports: https://git.rud.is/hrbrmstr/ssdeepr/issues
SystemRequirements: libfuzzy <https://ssdeep-project.github.io/ssdeep/index.html#platforms>
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
Rcpp,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
LinkingTo:
Rcpp