Skip to content

Commit

Permalink
Markup.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87189 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Sep 23, 2024
1 parent 31340c8 commit 7b9e7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
of \code{files=}. The two arguments are mutually exclusive.

\item Added function \code{sha256sum()} in package \pkg{tools}
analogous to \code{md5sum()} implementing the SHA-256 hashing
analogous to \code{md5sum()} implementing the \abbr{SHA}-256 hashing
algorithm.
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/library/tools/man/sha256sum.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

\name{sha256sum}
\alias{sha256sum}
\title{Compute SHA-256 Checksums}
\title{Compute \abbr{SHA}-256 Checksums}
\description{
Compute the 32-byte SHA-256 hashes of one or more files, or a raw vector of bytes.
Compute the 32-byte \abbr{SHA}-256 hashes of one or more files, or a raw vector of bytes.
}
\usage{
sha256sum(files, bytes)
Expand All @@ -18,7 +18,7 @@ sha256sum(files, bytes)
NB: \code{bytes} and \code{files} are mutually exclusive.}
}
\details{
A SHA-256 \sQuote{hash} or \sQuote{checksum} or \sQuote{message digest} is
A \abbr{SHA}-256 \sQuote{hash} or \sQuote{checksum} or \sQuote{message digest} is
a 256-bit summary of the file contents represented by 64 hexadecimal
digits.

Expand Down

0 comments on commit 7b9e7d2

Please sign in to comment.