Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/sodium
File: crypto_shorthash.h
#ifndef crypto_shorthash_H
[0] Fix | Delete
#define crypto_shorthash_H
[1] Fix | Delete
[2] Fix | Delete
#include <stddef.h>
[3] Fix | Delete
[4] Fix | Delete
#include "crypto_shorthash_siphash24.h"
[5] Fix | Delete
#include "export.h"
[6] Fix | Delete
[7] Fix | Delete
#ifdef __cplusplus
[8] Fix | Delete
# ifdef __GNUC__
[9] Fix | Delete
# pragma GCC diagnostic ignored "-Wlong-long"
[10] Fix | Delete
# endif
[11] Fix | Delete
extern "C" {
[12] Fix | Delete
#endif
[13] Fix | Delete
[14] Fix | Delete
#define crypto_shorthash_BYTES crypto_shorthash_siphash24_BYTES
[15] Fix | Delete
SODIUM_EXPORT
[16] Fix | Delete
size_t crypto_shorthash_bytes(void);
[17] Fix | Delete
[18] Fix | Delete
#define crypto_shorthash_KEYBYTES crypto_shorthash_siphash24_KEYBYTES
[19] Fix | Delete
SODIUM_EXPORT
[20] Fix | Delete
size_t crypto_shorthash_keybytes(void);
[21] Fix | Delete
[22] Fix | Delete
#define crypto_shorthash_PRIMITIVE "siphash24"
[23] Fix | Delete
SODIUM_EXPORT
[24] Fix | Delete
const char *crypto_shorthash_primitive(void);
[25] Fix | Delete
[26] Fix | Delete
SODIUM_EXPORT
[27] Fix | Delete
int crypto_shorthash(unsigned char *out, const unsigned char *in,
[28] Fix | Delete
unsigned long long inlen, const unsigned char *k)
[29] Fix | Delete
__attribute__ ((nonnull(1, 4)));
[30] Fix | Delete
[31] Fix | Delete
SODIUM_EXPORT
[32] Fix | Delete
void crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES])
[33] Fix | Delete
__attribute__ ((nonnull));
[34] Fix | Delete
[35] Fix | Delete
#ifdef __cplusplus
[36] Fix | Delete
}
[37] Fix | Delete
#endif
[38] Fix | Delete
[39] Fix | Delete
#endif
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function