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.
 
 
 
 

13 lines
416 B

#' Local Sensitivity Hashing Using the 'Trend Micro' 'TLSH' Implementation
#'
#' '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.
#'
#' @md
#' @name tlsh
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @useDynLib tlsh
#' @importFrom Rcpp sourceCpp
NULL