5 #ifndef OPENTITAN_SW_DEVICE_SCA_OTBN_VERTICAL_ECC256_MODINV_SERIAL_H_
6 #define OPENTITAN_SW_DEVICE_SCA_OTBN_VERTICAL_ECC256_MODINV_SERIAL_H_
8 #include "sw/device/lib/crypto/drivers/otbn.h"
22 static const otbn_addr_t kOtbnVarModInvK0;
23 static const otbn_addr_t kOtbnVarModInvK1;
24 static const otbn_addr_t kOtbnVarModInvKAplhaInv;
25 static const otbn_addr_t kOtbnVarModInvAlpha;
34 void ecc256_modinv(
const uint8_t *k0_k1,
size_t k0_k1_len);