Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
c4b13a96
Commit
c4b13a96
authored
Oct 05, 2005
by
Niels Möller
Browse files
Comment fixes.
Rev: src/nettle/sha256.c:1.4
parent
13e90551
Changes
1
Show whitespace changes
Inline
Side-by-side
sha256.c
View file @
c4b13a96
/* sha256.h
*
* The sha256 hash function.
*
* See http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf
*/
/* nettle, low-level cryptographics library
...
...
@@ -86,7 +88,7 @@ K[64] =
64-word expanded input array W, where the first 16 are copies of the input
data, and the remaining 64 are defined by
W[ t ] = s1(W[t-2] + W[t-7] + s0(W[i-15] + W[i-16]
W[ t ] = s1(W[t-2]
)
+ W[t-7] + s0(W[i-15]
)
+ W[i-16]
This implementation generates these values on the fly in a circular
buffer - thanks to Colin Plumb, colin@nyx10.cs.du.edu for this
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment