Skip to content

Commit

Permalink
mention key uses reference value (from paper)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 16, 2024
1 parent 6a16dc7 commit 17e6c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/base.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ sha256 <- function(x, convert = TRUE, file)
#'
#' @return A character string, raw or integer vector depending on 'convert'.
#'
#' @note Hashes produced are stable but may not be comparable to other
#' implementations as the key (seed) is set to a fixed pre-determined value.
#' @note Hashes produced are stable, but may not be comparable to other
#' implementations as the key (seed) is fixed at the reference value.
#'
#' @examples
#' # SipHash-1-3 hash as character string:
Expand Down
4 changes: 2 additions & 2 deletions man/siphash13.Rd

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

0 comments on commit 17e6c57

Please sign in to comment.