This commit is contained in:
Frank Denis
2026-02-20 23:27:12 +01:00
parent 38a82863f1
commit af0dd1b4ac
2 changed files with 6 additions and 6 deletions
@@ -54,9 +54,9 @@ int crypto_core_ed25519_from_string_nu(unsigned char p[crypto_core_ed25519_BYTES
SODIUM_EXPORT
int crypto_core_ed25519_from_string(unsigned char p[crypto_core_ed25519_BYTES],
const unsigned char *ctx, size_t ctx_len,
const unsigned char *msg, size_t msg_len,
int hash_alg)
const unsigned char *ctx, size_t ctx_len,
const unsigned char *msg, size_t msg_len,
int hash_alg)
__attribute__ ((nonnull(1)));
SODIUM_EXPORT
@@ -48,9 +48,9 @@ int crypto_core_ristretto255_from_hash(unsigned char *p,
SODIUM_EXPORT
int crypto_core_ristretto255_from_string(unsigned char p[crypto_core_ristretto255_BYTES],
const unsigned char *ctx, size_t ctx_len,
const unsigned char *msg, size_t msg_len,
int hash_alg)
const unsigned char *ctx, size_t ctx_len,
const unsigned char *msg, size_t msg_len,
int hash_alg)
__attribute__ ((nonnull(1)));
SODIUM_EXPORT