aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2020-02-20 20:41:29 +0100
committerJ08nY2020-02-20 20:41:29 +0100
commit3892d994470b181f950703fabf719a9c963d1c20 (patch)
treefc1c7e68fc6334a7f89fd69eab00a830fb58f275 /docs
parent92cb16e8103da998aa1bf226d24ef6771a92c5d5 (diff)
downloadpyecsca-codegen-3892d994470b181f950703fabf719a9c963d1c20.tar.gz
pyecsca-codegen-3892d994470b181f950703fabf719a9c963d1c20.tar.zst
pyecsca-codegen-3892d994470b181f950703fabf719a9c963d1c20.zip
Add full implementation tests.
Diffstat (limited to 'docs')
-rw-r--r--docs/commands.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/commands.rst b/docs/commands.rst
index 9954832..c8bdfdc 100644
--- a/docs/commands.rst
+++ b/docs/commands.rst
@@ -153,7 +153,7 @@ Verify with ECDSA
Verify a message signature with ECDSA.
-- Character: :code:`v`
+- Character: :code:`r`
- Payload: Encoded.
- :code:`d` The message to verify.
@@ -174,5 +174,13 @@ Send back the implementation configuration (model and coordinate system).
- :code:`d` The model shortname and coordinate system name, ASCII, comma-separated.
+Check version
+-------------
+ChipWhisperer command.
+
+- Character: :code:`v`
+- Payload: none
+- Response: :code:`z00` always.
+
.. _ChipWhisperer: https://github.com/newaetech/chipwhisperer
.. _XKCP: https://github.com/XKCP/XKCP \ No newline at end of file