diff options
| author | J08nY | 2020-03-09 12:44:03 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-09 12:44:03 +0100 |
| commit | a7d3589c4ba3551ab614dfc9c931c5998fbf7fac (patch) | |
| tree | 7f09b68b16b461ee6fd47d366dfc3d8444cf513e /docs | |
| parent | 0fde32d49ca8bcba19a370125be99ad0c7572009 (diff) | |
| download | pyecsca-codegen-a7d3589c4ba3551ab614dfc9c931c5998fbf7fac.tar.gz pyecsca-codegen-a7d3589c4ba3551ab614dfc9c931c5998fbf7fac.tar.zst pyecsca-codegen-a7d3589c4ba3551ab614dfc9c931c5998fbf7fac.zip | |
Add inversion to config, change scalar mult command.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/commands.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/commands.rst b/docs/commands.rst index c8bdfdc..4e0118c 100644 --- a/docs/commands.rst +++ b/docs/commands.rst @@ -111,12 +111,13 @@ Set the public key. Perform scalar multiplication ----------------------------- -Perform scalar multiplication of the curve generator. +Perform scalar multiplication of a point. - Character: :code:`m` - Payload: Encoded. - :code:`s` The scalar. + - :code:`w` The point to multiply. - Response: - :code:`w` The resulting point, in the implementation coordinates. |
