diff options
Diffstat (limited to 'src/hash/sha2xx.h')
| -rw-r--r-- | src/hash/sha2xx.h | 8 |
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*); |
