diff options
author | Jack Lloyd <[email protected]> | 2018-09-28 10:48:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-28 10:51:12 -0400 |
commit | 8e6fa0a74ee5bf3fcf129ae1c474a3d732500f74 (patch) | |
tree | db9d7f035bdcea3ee1e36dcc5ad1dd4afa825a58 /doc/manual/ecc.rst | |
parent | 519b21c9586045be3e9316e57bbc5c68ba5841da (diff) |
Spell check the documentation
Diffstat (limited to 'doc/manual/ecc.rst')
-rw-r--r-- | doc/manual/ecc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/ecc.rst b/doc/manual/ecc.rst index 72c90a310..f522bbe3d 100644 --- a/doc/manual/ecc.rst +++ b/doc/manual/ecc.rst @@ -136,7 +136,7 @@ during common operations. .. cpp:function:: PointGFp point_multiply(const BigInt& x, const PointGFp& pt, const BigInt& y) const - Multi-exponentation. Returns base_point*x + pt*y. Not constant time. + Multi-exponentiation. Returns base_point*x + pt*y. Not constant time. (Ordinarily used for signature verification.) .. cpp:function:: PointGFp blinded_base_point_multiply(const BigInt& k, \ |