diff options
| author | ame <[email protected]> | 2024-04-05 22:15:55 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-05 22:15:55 -0500 |
| commit | 6dbb6dc2104237299cca414cd3a86256122e4abf (patch) | |
| tree | b91c803a9a3ed3b391166684f0ac940c44977f17 /src/crypto.c | |
| parent | f752ddb0353fb7b06bce742b64b6a72322b51827 (diff) | |
+ + final fixes
Diffstat (limited to 'src/crypto.c')
| -rw-r--r-- | src/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto.c b/src/crypto.c index 4985e0d..8bb896a 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -22,4 +22,4 @@ uint64_t rotl64(uint64_t y, uint64_t offset){ uint64_t rotr64(uint64_t x, uint64_t n) { return (x >> n) | (x << (64-n)); -}
\ No newline at end of file +} |
