diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-09-29 16:03:38 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-09-29 16:02:39 +0200 |
commit | 999968e41662c1a676936db423db82af4411d78d (patch) | |
tree | 11f29ac9fd4c65928ee439baa14f138d1b79a826 /src/secp256k1/sage | |
parent | bbc901d3a683c92438a6b28dca50b956decc4433 (diff) | |
parent | fd86f998fcfd25d823d67a2920814e22445655f9 (diff) |
Bump secp256k1 subtree
Diffstat (limited to 'src/secp256k1/sage')
-rw-r--r-- | src/secp256k1/sage/group_prover.sage | 2 |
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, |