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.
 
 
 
 

34 lines
1.0 KiB

Package: tlsh
Type: Package
Title: Local Sensitivity Hashing Using the 'Trend Micro' 'TLSH' Implementation
Version: 0.1.0
Date: 2018-04-27
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Trend Micro - Jonathan Oliver, Chun Cheng and Yanggui Chen",
comment = "https://github.com/trendmicro/tlsh", role = c("cph"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: 'Trend Micro' provides an open source library <https://github.com/trendmicro/tlsh/>
for local sensitivity hashing. Methods are provided to compute and compare
hashes from character/byte streams.
URL: https://github.com/hrbrmstr/tlsh
BugReports: https://github.com/hrbrmstr/tlsh/issues
Encoding: UTF-8
SystemRequirements: C++11
License: Apache License 2.0 | file LICENSE
Suggests:
testthat,
covr,
xml2,
curl
Depends:
R (>= 3.2.0),
Rcpp (>= 0.12.8)
Imports:
methods,
magrittr
RoxygenNote: 6.0.1.9000
LinkingTo: Rcpp
RcppModules: TLSH