aboutsummaryrefslogtreecommitdiff
path: root/sha256.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-07-16 18:09:06 -0400
committerPaul Duncan <pabs@pablotron.org>2019-07-16 18:09:06 -0400
commitd245b30a36301ec7344aa193f29d4244e5511452 (patch)
tree83a1f6fa2acf227d658c5f2de96d1e41eb7ad00e /sha256.h
parentb1089d91ec8a7acef32ab588917680e77862617e (diff)
downloadsha2-d245b30a36301ec7344aa193f29d4244e5511452.tar.bz2
sha2-d245b30a36301ec7344aa193f29d4244e5511452.zip
working
Diffstat (limited to 'sha256.h')
-rw-r--r--sha256.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sha256.h b/sha256.h
index a01e416..e805293 100644
--- a/sha256.h
+++ b/sha256.h
@@ -11,7 +11,6 @@ typedef struct {
size_t buf_len;
uint32_t h[8];
- uint32_t w[64];
uint64_t num_bytes;
} sha256_t;