diff options
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 +} |
