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§
- Register
Block - 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