aboutsummaryrefslogtreecommitdiff
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.
2018-04-01Minor cleanup.HEADmasterPavel V. Shatov (Meister)
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-12-04Added README.md with core description, API details, etcPavel V. Shatov (Meister)
Added previously forgotten generic replacements for vendor-specific primitives Minor clean up of comments Slightly reduced power consumption
2016-10-31Initial commit of base point multiplier core for ECDSA curve P-256.Pavel V. Shatov (Meister)