mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
crypto/secp256k1: fix typo in comment
This commit is contained in:
parent
8de2b8a47b
commit
c5658996dc
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static int secp256k1_ecdsa_recover_pubkey(
|
||||||
|
|
||||||
// secp256k1_ecdsa_verify_enc verifies an encoded compact signature.
|
// secp256k1_ecdsa_verify_enc verifies an encoded compact signature.
|
||||||
//
|
//
|
||||||
// Returns: 1: signature is valid was successful
|
// Returns: 1: signature is valid
|
||||||
// 0: signature is invalid
|
// 0: signature is invalid
|
||||||
// Args: ctx: pointer to a context object (cannot be NULL)
|
// Args: ctx: pointer to a context object (cannot be NULL)
|
||||||
// In: sigdata: pointer to a 64-byte signature (cannot be NULL)
|
// In: sigdata: pointer to a 64-byte signature (cannot be NULL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue