diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 22:17:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 22:17:12 -0700 |
commit | 0eb67939e7cbaf8be7cd24dc4cc5fd681a27bc04 (patch) | |
tree | 8f89455a6c462f5065318fe37a441e125ba2a713 | |
parent | eeaeb5754b5a570554da031f9f7a9a669551175b (diff) | |
download | txr-0eb67939e7cbaf8be7cd24dc4cc5fd681a27bc04.tar.gz txr-0eb67939e7cbaf8be7cd24dc4cc5fd681a27bc04.tar.bz2 txr-0eb67939e7cbaf8be7cd24dc4cc5fd681a27bc04.zip |
doc: fix SHA256.
* txr.1: SHA256 should be SHA-256 in several places.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |