Compare commits
14 Commits
9e4f1091b3
...
cb78eab8e5
Author | SHA1 | Date | |
---|---|---|---|
cb78eab8e5 | |||
203699b7ed | |||
777f57a20d | |||
b163d18761 | |||
![]() |
26f0d7b275 | ||
![]() |
b29d02cc46 | ||
![]() |
e965c31ec4 | ||
![]() |
10c6ae2dd7 | ||
![]() |
90916aacd6 | ||
![]() |
6669260aee | ||
![]() |
b9d376056f | ||
![]() |
55f08f9028 | ||
![]() |
f9c724786b | ||
![]() |
1cbfd2ea0c |
1
.clang-format-ignore
Normal file
1
.clang-format-ignore
Normal file
@@ -0,0 +1 @@
|
||||
bigint.h
|
@@ -86,6 +86,10 @@
|
||||
#ifndef SLOWCRYPT_CHACHA20_H
|
||||
#define SLOWCRYPT_CHACHA20_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef SLOWCRYPT_CHACHA20_UINT32
|
||||
#include <stdint.h>
|
||||
#define SLOWCRYPT_CHACHA20_UINT32 uint32_t
|
||||
@@ -286,4 +290,8 @@ SLOWCRYPT_CHACHA20_FUNC void slowcrypt_chacha20_block(
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user