From 0eb67939e7cbaf8be7cd24dc4cc5fd681a27bc04 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 8 Jul 2023 22:17:12 -0700 Subject: doc: fix SHA256. * txr.1: SHA256 should be SHA-256 in several places. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 603a7b8c..f3a96936 100644 --- a/txr.1 +++ b/txr.1 @@ -68016,18 +68016,18 @@ The three functions .code sha256-hash and .code sha256-end -implement a stateful computation of SHA256 digest which allows multiple input +implement a stateful computation of SHA-256 digest which allows multiple input sources to contribute to the result. Furthermore, the context object may be serially reused for calculating multiple digests. The .code sha256-begin -function, which takes no arguments, returns a new SHA256 digest-producing +function, which takes no arguments, returns a new SHA-256 digest-producing context object. The .code sha256-hash -updates the state of the SHA256 digest object +updates the state of the SHA-256 digest object .meta ctx by including .meta obj -- cgit v1.2.3