aboutsummaryrefslogtreecommitdiff
path: root/rtl/ecdsa256_uop_worker.v
AgeCommit message (Collapse)Author
2021-07-19Fixed copyright notices.test_dpa_fixPavel V. Shatov (Meister)
2021-04-12Ported microcode "worker" modulePavel V. Shatov (Meister)
2018-12-19 * Rewritten from scratch, uses the same hardware architecture as the Ed25519HEADmasterPavel V. Shatov (Meister)
core for better timing performance * Removed custom modular inversion sub-module, now uses micro-coded modular inversion routine based on Fermat's little theorem (~10% faster) * Uses math primitives from core/lib * Added randomized test vector (see user/shatov/ecdsa_fpga_model/test_vectors/)