small fixes

restoring wycheproof files

restoring wycheproof files2
This commit is contained in:
Alejandro
2023-07-03 15:21:21 +02:00
parent fb758fe8d6
commit b6b9834e8d
6 changed files with 7 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ellswift_create(
/** Given a private key, and ElligatorSwift public keys sent in both directions,
* compute a shared secret using x-only Elliptic Curve Diffie-Hellman (ECDH).
*
* Returns: 1: shared secret was succesfully computed
* Returns: 1: shared secret was successfully computed
* 0: secret was invalid or hashfp returned 0
* Args: ctx: pointer to a context object.
* Out: output: pointer to an array to be filled by hashfp.