Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Neves <sneves@dei.uc.pt>2016-06-11 12:29:09 +0300
committerSamuel Neves <sneves@dei.uc.pt>2016-06-11 12:29:09 +0300
commit259e61dedee5383eac1a90db6ef88f9ccdcf6002 (patch)
treeb997048fe6974267dd62bb8a0c50f0b21d40a5cb /sse/blake2s-round.h
parente971a0428f61a2d07f253b979eaf24b85e3cda50 (diff)
api cleanup
Diffstat (limited to 'sse/blake2s-round.h')
-rw-r--r--sse/blake2s-round.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sse/blake2s-round.h b/sse/blake2s-round.h
index 7470d92..463617f 100644
--- a/sse/blake2s-round.h
+++ b/sse/blake2s-round.h
@@ -12,9 +12,8 @@
More information about the BLAKE2 hash function can be found at
https://blake2.net.
*/
-#pragma once
-#ifndef __BLAKE2S_ROUND_H__
-#define __BLAKE2S_ROUND_H__
+#ifndef BLAKE2S_ROUND_H
+#define BLAKE2S_ROUND_H
#define LOADU(p) _mm_loadu_si128( (const __m128i *)(p) )
#define STOREU(p,r) _mm_storeu_si128((__m128i *)(p), r)