From b8c10dac99316974d142c530356ad5cd8fdf9afa Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 5 Apr 2024 22:15:55 -0500 Subject: + + final fixes --- src/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto.c') 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 +} -- cgit v1.2.3