diff options
| author | J08nY | 2020-02-20 20:41:29 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-20 20:41:29 +0100 |
| commit | 3892d994470b181f950703fabf719a9c963d1c20 (patch) | |
| tree | fc1c7e68fc6334a7f89fd69eab00a830fb58f275 /docs | |
| parent | 92cb16e8103da998aa1bf226d24ef6771a92c5d5 (diff) | |
| download | pyecsca-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.rst | 10 |
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 |
