aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-19Fixed copyright notice.test_dpa_fixPavel V. Shatov (Meister)
2021-04-12Microcode redesigned for Montgomery ladder approachPavel V. Shatov (Meister)
2018-12-19Adapted for new ECDSA architecture.HEADmasterPavel V. Shatov (Meister)
2018-04-17Microcode for ECDH cores.Pavel V. Shatov (Meister)
2018-04-17Minor fixes.Pavel V. Shatov (Meister)
2017-03-07Promote code common to both ECDSA* cores to separate repository in core/ tree.Rob Austein
Pavel's two ECDSA base point multiplier cores share a fair amount of code. Maintenance issues aside, the duplication confused the Xilinx synthesis tools if one tried to build a single bitstream containing both cores, so we've separated the common code out into this library. The selection of files in this library was done by comparing the rtl trees of the two original core repositories using "diff -rqws" and selecting the files which diff reported as being identical. Also dealt with some cosmetic issues (indentation, Windows-isms, etc).
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)