From ae26b62d51f97128b99ce19fbf91fd3ba149e426 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:20:00 +0100 Subject: [PATCH] start dev version --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 04f1bbb..5bc069b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: secretbase Type: Package Title: Cryptographic Hash, Extendable-Output and Base64 Functions -Version: 1.0.2 +Version: 1.0.2.9000 Description: Fast and memory-efficient streaming hash functions and base64 encoding / decoding. Hashes strings and raw vectors directly. Stream hashes files potentially larger than memory, as well as in-memory objects through diff --git a/NEWS.md b/NEWS.md index 84f798a..3404984 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# secretbase 1.0.2.9000 (development) + # secretbase 1.0.2 * Improves hash performance in most situations, especially for large files, by optimizing buffer sizes.