mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-15 00:56:07 -05:00
Normalize all line terminators
This commit is contained in:
+13
-13
@@ -12,21 +12,21 @@
|
||||
|
||||
/* Adapted for VeraCrypt */
|
||||
|
||||
#ifndef _SHA2_SMALL_H
|
||||
#ifndef _SHA2_SMALL_H
|
||||
#define _SHA2_SMALL_H
|
||||
|
||||
#include "Common/Tcdefs.h"
|
||||
#include "Common/Tcdefs.h"
|
||||
#include "Common/Endian.h"
|
||||
|
||||
#define SHA256_DIGEST_SIZE 32
|
||||
#define SHA256_DIGEST_SIZE 32
|
||||
#define SHA256_BLOCK_SIZE 64
|
||||
|
||||
#define VOID_RETURN void
|
||||
#define INT_RETURN int
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
{
|
||||
#define VOID_RETURN void
|
||||
#define INT_RETURN int
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
@@ -40,12 +40,12 @@ typedef struct {
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
VOID_RETURN sha256_begin(sha256_ctx* ctx);
|
||||
VOID_RETURN sha256_hash(unsigned char* data, unsigned int len, sha256_ctx* ctx);
|
||||
VOID_RETURN sha256_begin(sha256_ctx* ctx);
|
||||
VOID_RETURN sha256_hash(unsigned char* data, unsigned int len, sha256_ctx* ctx);
|
||||
VOID_RETURN sha256_end(unsigned char* hval, sha256_ctx* ctx);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user