From a7d3589c4ba3551ab614dfc9c931c5998fbf7fac Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 9 Mar 2020 12:44:03 +0100 Subject: Add inversion to config, change scalar mult command. --- docs/commands.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3.1