Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/sodium
File: crypto_sign_edwards25519sha512batch.h
#ifndef crypto_sign_edwards25519sha512batch_H
[0] Fix | Delete
#define crypto_sign_edwards25519sha512batch_H
[1] Fix | Delete
[2] Fix | Delete
/*
[3] Fix | Delete
* WARNING: This construction was a prototype, which should not be used
[4] Fix | Delete
* any more in new projects.
[5] Fix | Delete
*
[6] Fix | Delete
* crypto_sign_edwards25519sha512batch is provided for applications
[7] Fix | Delete
* initially built with NaCl, but as recommended by the author of this
[8] Fix | Delete
* construction, new applications should use ed25519 instead.
[9] Fix | Delete
*
[10] Fix | Delete
* In Sodium, you should use the high-level crypto_sign_*() functions instead.
[11] Fix | Delete
*/
[12] Fix | Delete
[13] Fix | Delete
#include <stddef.h>
[14] Fix | Delete
#include "export.h"
[15] Fix | Delete
[16] Fix | Delete
#ifdef __cplusplus
[17] Fix | Delete
# ifdef __GNUC__
[18] Fix | Delete
# pragma GCC diagnostic ignored "-Wlong-long"
[19] Fix | Delete
# endif
[20] Fix | Delete
extern "C" {
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
#define crypto_sign_edwards25519sha512batch_BYTES 64U
[24] Fix | Delete
#define crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES 32U
[25] Fix | Delete
#define crypto_sign_edwards25519sha512batch_SECRETKEYBYTES (32U + 32U)
[26] Fix | Delete
#define crypto_sign_edwards25519sha512batch_MESSAGEBYTES_MAX (SODIUM_SIZE_MAX - crypto_sign_edwards25519sha512batch_BYTES)
[27] Fix | Delete
[28] Fix | Delete
SODIUM_EXPORT
[29] Fix | Delete
int crypto_sign_edwards25519sha512batch(unsigned char *sm,
[30] Fix | Delete
unsigned long long *smlen_p,
[31] Fix | Delete
const unsigned char *m,
[32] Fix | Delete
unsigned long long mlen,
[33] Fix | Delete
const unsigned char *sk)
[34] Fix | Delete
__attribute__ ((deprecated)) __attribute__ ((nonnull(1, 5)));
[35] Fix | Delete
[36] Fix | Delete
SODIUM_EXPORT
[37] Fix | Delete
int crypto_sign_edwards25519sha512batch_open(unsigned char *m,
[38] Fix | Delete
unsigned long long *mlen_p,
[39] Fix | Delete
const unsigned char *sm,
[40] Fix | Delete
unsigned long long smlen,
[41] Fix | Delete
const unsigned char *pk)
[42] Fix | Delete
__attribute__ ((deprecated)) __attribute__ ((nonnull(3, 5)));
[43] Fix | Delete
[44] Fix | Delete
SODIUM_EXPORT
[45] Fix | Delete
int crypto_sign_edwards25519sha512batch_keypair(unsigned char *pk,
[46] Fix | Delete
unsigned char *sk)
[47] Fix | Delete
__attribute__ ((deprecated)) __attribute__ ((nonnull));
[48] Fix | Delete
[49] Fix | Delete
#ifdef __cplusplus
[50] Fix | Delete
}
[51] Fix | Delete
#endif
[52] Fix | Delete
[53] Fix | Delete
#endif
[54] Fix | Delete
[55] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function