diff options
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. |
