Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spelling typos #223

Merged
merged 3 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Description: Implementation of a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32',
'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128'
algorithms) permitting easy comparison of R language objects, as well as functions
such as'hmac()' to create hash-based message authentication code. Please note that
such as 'hmac()' to create hash-based message authentication code. Please note that
this package is not meant to be deployed for cryptographic purposes for which more
comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
URL: https://github.com/eddelbuettel/digest, https://dirk.eddelbuettel.com/code/digest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is a common use of the digest package.

A small number of additional functions is available:

- `sha1()` for numerally stable hashsums,
- `sha1()` for numerically stable hashsums,
- `hmac()` for hashed message authentication codes based on a key,
- `AES()` for Advanced Encryption Standard block ciphers,
- `getVDigest()` as a function generator for vectorised versions.
Expand Down
6 changes: 3 additions & 3 deletions docs/assets/javascripts/lunr/wordcut.js

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

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ <h4 id="examples">Examples</h4>
<h4 id="other-functions">Other Functions</h4>
<p>A small number of additional functions is available:</p>
<ul>
<li><code>sha1()</code> for numerally stable hashsums,</li>
<li><code>sha1()</code> for numerically stable hashsums,</li>
<li><code>hmac()</code> for hashed message authentication codes based on a key,</li>
<li><code>AES()</code> for Advanced Encryption Standard block ciphers,</li>
<li><code>getVDigest()</code> as a function generator for vectorised versions.</li>
Expand Down Expand Up @@ -908,4 +908,4 @@ <h3 id="license">License</h3>


</body>
</html>
</html>
Loading
Loading