From: Sergey Matveev Date: Mon, 22 May 2023 08:56:35 +0000 (+0300) Subject: Newline terminator X-Git-Tag: v0.1.0~1 X-Git-Url: http://www.git.stargrave.org/?p=meta4ra.git;a=commitdiff_plain;h=f33a48b64b7b79a3ea9a9980ac276309491b6fe3 Newline terminator --- diff --git a/contrib/streebog256sum b/contrib/streebog256sum index d5c4dc6..45fc856 100755 --- a/contrib/streebog256sum +++ b/contrib/streebog256sum @@ -1,3 +1,4 @@ #!/bin/sh nettle-hash --algorithm=streebog256 --raw | hexdump -v -e '/1 "%02x"' +echo diff --git a/contrib/streebog512sum b/contrib/streebog512sum index c3fd7a4..ae7c0ff 100755 --- a/contrib/streebog512sum +++ b/contrib/streebog512sum @@ -1,3 +1,4 @@ #!/bin/sh nettle-hash --algorithm=streebog512 --raw | hexdump -v -e '/1 "%02x"' +echo