Skip to content

Commit 4572dba

Browse files
committed
secretbase 1.0.4
1 parent 764f86d commit 4572dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: secretbase
22
Type: Package
33
Title: Cryptographic Hash, Extendable-Output and Base64 Functions
4-
Version: 1.0.3.9000
4+
Version: 1.0.4
55
Description: Fast and memory-efficient streaming hash functions and base64
66
encoding / decoding. Hashes strings and raw vectors directly. Stream hashes
77
files which can be larger than memory, as well as in-memory objects through

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# secretbase 1.0.3.9000 (development)
1+
# secretbase 1.0.4
22

33
* `base64dec()` now errors if `convert = TRUE` and conversion to a character string fails, no longer returning a raw vector (accompanied by a warning).
44

0 commit comments

Comments
 (0)