File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ type Claim [32]byte
85
85
var useCKZG atomic.Bool
86
86
87
87
// UseCKZG can be called to switch the default Go implementation of KZG to the C
88
- // library if fo some reason the user wishes to do so (e.g. consensus bug in one
88
+ // library if for some reason the user wishes to do so (e.g. consensus bug in one
89
89
// or the other).
90
90
func UseCKZG (use bool ) error {
91
91
if use && ! ckzgAvailable {
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ SECP256K1_API int secp256k1_ecdsa_signature_serialize_compact(
357
357
/** Verify an ECDSA signature.
358
358
*
359
359
* Returns: 1: correct signature
360
- * 0: incorrect or unparseable signature
360
+ * 0: incorrect or unparsable signature
361
361
* Args: ctx: a secp256k1 context object, initialized for verification.
362
362
* In: sig: the signature being verified (cannot be NULL)
363
363
* msg32: the 32-byte message hash being verified (cannot be NULL)
Original file line number Diff line number Diff line change 17
17
# - A constraint describing the requirements of the law, called "require"
18
18
# * Implementations are transliterated into functions that operate as well on
19
19
# algebraic input points, and are called once per combination of branches
20
- # exectured . Each execution returns:
20
+ # executed . Each execution returns:
21
21
# - A constraint describing the assumptions this implementation requires
22
22
# (such as Z1=1), called "assumeFormula"
23
23
# - A constraint describing the assumptions this specific branch requires,
You can’t perform that action at this time.
0 commit comments