Skip to content

Commit

Permalink
fix issue with cw documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKarkache committed Apr 12, 2024
1 parent 42d8ed7 commit 06ad41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cwscope.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ higher-level API calls
to be collected.
:Authors: Samuel Karkache ([email protected])

.. method::(self, num_traces: int, group_a_keys: np.ndarray = None, group_a_texts: np.ndarray = None, group_b_keys: np.ndarray = None, group_b_texts: np.ndarray = None, ktp: any = cwtvla.ktp.FixedVRandomText()) -> (np.ndarray, np.ndarray):
.. method:: capture_traces_tvla(self, num_traces: int, group_a_keys: np.ndarray = None, group_a_texts: np.ndarray = None, group_b_keys: np.ndarray = None, group_b_texts: np.ndarray = None, ktp: any = cwtvla.ktp.FixedVRandomText()) -> (np.ndarray, np.ndarray):

Captures fixed and random trace set needed for TVLA.

Expand All @@ -75,7 +75,7 @@ higher-level API calls
:rtype: (np.ndarray, np.ndarray)
:Authors: Samuel Karkache ([email protected])

.. method::cw_to_file_framework(self, num_traces: int, file_parent: FileParent, experiment_name: str, keys: np.ndarray = None, texts: np.ndarray = None, fixed_key: bool = True, fixed_pt: bool = False) -> None:
.. method:: cw_to_file_framework(self, num_traces: int, file_parent: FileParent, experiment_name: str, keys: np.ndarray = None, texts: np.ndarray = None, fixed_key: bool = True, fixed_pt: bool = False) -> None:

Captures traces on a ChipWhisperer device and saves them directly to the custom file framework.

Expand Down

0 comments on commit 06ad41e

Please sign in to comment.