Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 9, 2023
1 parent dfe1f35 commit 72aa50a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/pkcs7.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pkcs7_encrypt <- function(message, cert, pem = TRUE){

#' @export
#' @rdname pkcs7
#' @seealso encrypt_envelope
#' @seealso [encrypt_envelope]
#' @param input file path or string with PEM or raw vector with p7b data
#' @param key private key to decrypt data
#' @param der assume input is in DER format (rather than PEM)
Expand Down
2 changes: 1 addition & 1 deletion R/rsa.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Asymmetric encryption and decryption with RSA. Because RSA can only encrypt messages
#' smaller than the size of the key, it is typically used only for exchanging a random
#' session-key. This session key is used to encipher arbitrary sized data via a stream
#' cipher such as [aes_cbc]. See [encrypt_envelope()] for a high-level
#' cipher such as [aes_cbc]. See [encrypt_envelope] or [pkcs7_encrypt] for a high-level
#' wrappers combining RSA and AES in this way.
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/pkcs7.Rd

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

2 changes: 1 addition & 1 deletion man/rsa_encrypt.Rd

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

0 comments on commit 72aa50a

Please sign in to comment.