Skip to content

Commit 4005a6c

Browse files
Update spec/sha256.typ
Co-authored-by: Erik <159244975+erik-3milabs@users.noreply.github.com>
1 parent d1e42b3 commit 4005a6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/sha256.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#let sha256round = raw(sha256roundchip.name)
2323
#let rotxor = raw(rotxorchip.name)
2424

25-
The purpose of this set of chips is to provide an accelerator for the SHA256 compression function.
26-
They do not intend to handle the requisite repeated invocations of this compression,
27-
nor with padding or the preparation of the initial state.
25+
The following chips constitute an accelerator for the SHA256 compression function;
26+
other aspects of SHA256 hashing (such as repeated compression invocation,
27+
input padding and state initialization) fall outside the scope of this accelerator.
2828

2929
The base #sha256 chip provides the `ECALL` interface, interacts with memory and then delegates to the #sha256msgsched and #sha256round chips
3030
to perform the message schedule and the compression rounds, respectively.

0 commit comments

Comments
 (0)