Module ds

Source
Expand description

Digital Signature

Modules§

box_mem
memory that stores BOX
date
DS version control register
iv_mem
memory that stores IV
m_mem
memory that stores M
query_busy
DS query busy register
query_check
DS query check result register
query_key_wrong
DS query key-wrong counter register
rb_mem
memory that stores Rb
set_continue
DS continue control register
set_finish
DS finish control register
set_start
DS start control register
x_mem
memory that stores X
y_mem
memory that stores Y
z_mem
memory that stores Z

Structs§

RegisterBlock
Register block

Type Aliases§

BOX_MEM
BOX_MEM (rw) register accessor: memory that stores BOX
DATE
DATE (rw) register accessor: DS version control register
IV_MEM
IV_MEM (rw) register accessor: memory that stores IV
M_MEM
M_MEM (rw) register accessor: memory that stores M
QUERY_BUSY
QUERY_BUSY (r) register accessor: DS query busy register
QUERY_CHECK
QUERY_CHECK (r) register accessor: DS query check result register
QUERY_KEY_WRONG
QUERY_KEY_WRONG (r) register accessor: DS query key-wrong counter register
RB_MEM
RB_MEM (rw) register accessor: memory that stores Rb
SET_CONTINUE
SET_CONTINUE (w) register accessor: DS continue control register
SET_FINISH
SET_FINISH (w) register accessor: DS finish control register
SET_START
SET_START (w) register accessor: DS start control register
X_MEM
X_MEM (rw) register accessor: memory that stores X
Y_MEM
Y_MEM (rw) register accessor: memory that stores Y
Z_MEM
Z_MEM (rw) register accessor: memory that stores Z