Skip to content

Commit

Permalink
Roxygenize
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 27, 2020
1 parent ec9e879 commit 1bb2df0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions R/hash.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ ripemd160 <- function(x, key = NULL){

#' @rdname hash
#' @export
#' @param algos string vector with names of hashing algorithms
multihash <- function(x, algos = c('md5', 'sha1', 'sha256', 'sha384', 'sha512')){
if(inherits(x, 'connection')){
connectionhashes(x, algos = algos)
Expand Down
13 changes: 13 additions & 0 deletions man/hash.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/pkcs12.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/signatures.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bb2df0

Please sign in to comment.