aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/sage/group_prover.sage
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-10-04 12:33:40 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-10-04 12:35:15 +0200
commit9ccafb1d7bdd172a9b963444072a844da379c4f7 (patch)
tree46d0c8eca07afdfc626e08b752e6b3c8e7d2dafe /src/secp256k1/sage/group_prover.sage
parent093074b84395a5b562bc378971d29c89da4202a4 (diff)
parent999968e41662c1a676936db423db82af4411d78d (diff)
downloadbitcoin-9ccafb1d7bdd172a9b963444072a844da379c4f7.tar.xz
Merge #11421: Merge current secp256k1 subtree
fd86f998f Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 (MarcoFalke) Pull request description: The subtree should now match upstream again. Check with: ```sh ./contrib/devtools/git-subtree-check.sh src/secp256k1 ``` The changes are only documentation/refactoring related. Tree-SHA512: 43e8a95bcbfefef9e19ec38a92d2d57fdd4a16ddf726e036d36a0d806eb6f35b45b40ee69f980430e107895ec8725b5de4e36456b026214675e0b19630bb6fe9
Diffstat (limited to 'src/secp256k1/sage/group_prover.sage')
-rw-r--r--src/secp256k1/sage/group_prover.sage2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secp256k1/sage/group_prover.sage b/src/secp256k1/sage/group_prover.sage
index 5198724bea..8521f07999 100644
--- a/src/secp256k1/sage/group_prover.sage
+++ b/src/secp256k1/sage/group_prover.sage
@@ -17,7 +17,7 @@
# - A constraint describing the requirements of the law, called "require"
# * Implementations are transliterated into functions that operate as well on
# algebraic input points, and are called once per combination of branches
-# exectured. Each execution returns:
+# executed. Each execution returns:
# - A constraint describing the assumptions this implementation requires
# (such as Z1=1), called "assumeFormula"
# - A constraint describing the assumptions this specific branch requires,