aboutsummaryrefslogtreecommitdiff
path: root/src/hash/sha2xx.h
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-09-30 18:10:02 -0500
committeramelia squires <[email protected]>2025-09-30 18:10:02 -0500
commita67dc94484cf9869793fc1861914b800a6559a74 (patch)
tree68e9a016380776a6a6d90159722d1514756a4929 /src/hash/sha2xx.h
parent795284d3b173473003129882739f371f37059adb (diff)
fix indentation!!!
Diffstat (limited to 'src/hash/sha2xx.h')
-rw-r--r--src/hash/sha2xx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hash/sha2xx.h b/src/hash/sha2xx.h
index cd7dc83..8fe94a7 100644
--- a/src/hash/sha2xx.h
+++ b/src/hash/sha2xx.h
@@ -1,10 +1,10 @@
#include "../lua.h"
struct sha256_hash {
- uint8_t* buffer;
- size_t bufflen;
- uint64_t total;
- uint32_t h0, h1, h2, h3, h4, h5, h6, h7;
+ uint8_t* buffer;
+ size_t bufflen;
+ uint64_t total;
+ uint32_t h0, h1, h2, h3, h4, h5, h6, h7;
};
int l_sha256(lua_State*);