aboutsummaryrefslogtreecommitdiff
path: root/rtl/curve
AgeCommit message (Collapse)Author
2018-04-01Fixed coordinates of the hardcoded double of the base point, added more testfixPavel V. Shatov (Meister)
vectors to make sure, that the patch actually works. See the corresponding commit message for the ecdsa_fpga_model for more details.
2017-02-12Various clean-upsPavel V. Shatov (Meister)
* Added sample C program for STM32 to test the core in hardware * Parametrized math modules are now instantiated with explicit operand width for clarify (previously relied on default parameter values in underlying modules) * Fixed some comments
2016-10-31Initial commit of base point multiplier core for ECDSA curve P-256.Pavel V. Shatov (Meister)