We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764f86d commit 4572dbaCopy full SHA for 4572dba
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: secretbase
2
Type: Package
3
Title: Cryptographic Hash, Extendable-Output and Base64 Functions
4
-Version: 1.0.3.9000
+Version: 1.0.4
5
Description: Fast and memory-efficient streaming hash functions and base64
6
encoding / decoding. Hashes strings and raw vectors directly. Stream hashes
7
files which can be larger than memory, as well as in-memory objects through
NEWS.md
@@ -1,4 +1,4 @@
-# secretbase 1.0.3.9000 (development)
+# secretbase 1.0.4
* `base64dec()` now errors if `convert = TRUE` and conversion to a character string fails, no longer returning a raw vector (accompanied by a warning).
0 commit comments