Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 6, 2021
1 parent b0724a8 commit d2be12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const K: u32[] = [
];
const kPtr = K.dataStart;

//precomputed W for message block representing length 64 bytes for fixed input of 64 bytes for digest64
//precomputed W + K for message block representing length 64 bytes for fixed input of 64 bytes for digest64
const W64: u32[] = [
0xc28a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5,
0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5,
Expand Down

0 comments on commit d2be12f

Please sign in to comment.