Module esp32c3::rsa

source ·
Expand description

RSA (Rivest Shamir Adleman) Accelerator

Modules§

Structs§

Type Aliases§

  • CONSTANT_TIME (rw) register accessor: RSA constant time option register
  • DATE (rw) register accessor: RSA version control register
  • INT_CLR (w) register accessor: RSA interrupt clear register
  • INT_ENA (rw) register accessor: RSA interrupt enable register
  • MODE (rw) register accessor: RSA mode register
  • M_MEM (rw) register accessor: The memory that stores M
  • M_PRIME (rw) register accessor: RSA M_prime register
  • QUERY_CLEAN (r) register accessor: RSA query clean register
  • QUERY_IDLE (r) register accessor: RSA query idle register
  • SEARCH_ENABLE (rw) register accessor: RSA search option
  • SEARCH_POS (rw) register accessor: RSA search position configure register
  • SET_START_MODEXP (w) register accessor: RSA modular exponentiation trigger register.
  • SET_START_MODMULT (w) register accessor: RSA modular multiplication trigger register.
  • SET_START_MULT (w) register accessor: RSA normal multiplication trigger register.
  • X_MEM (rw) register accessor: The memory that stores X
  • Y_MEM (rw) register accessor: The memory that stores Y
  • Z_MEM (rw) register accessor: The memory that stores Z