mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
crypto/secp256k1: remove stray i
This commit is contained in:
parent
f0199b83df
commit
1dbfc87b00
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ static int secp256k1_ext_reencode_pubkey(
|
||||||
}
|
}
|
||||||
unsigned int flag = (outlen == 33) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
|
unsigned int flag = (outlen == 33) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
|
||||||
return secp256k1_ec_pubkey_serialize(ctx, out, &outlen, &pubkey, flag);
|
return secp256k1_ec_pubkey_serialize(ctx, out, &outlen, &pubkey, flag);
|
||||||
}i
|
}
|
||||||
|
|
||||||
// secp256k1_ext_scalar_mul multiplies a point by a scalar in constant time.
|
// secp256k1_ext_scalar_mul multiplies a point by a scalar in constant time.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue