index
:
core/pkey/ecdsa256
fix
master
test_dpa_fix
Scalar base point multiplier for ECDSA curve P-256
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-19
Fixed copyright notices.
test_dpa_fix
Pavel V. Shatov (Meister)
2021-04-12
New testbench (basically the same as tb_curve_multiplier_256.v, but tests
Pavel V. Shatov (Meister)
2021-04-12
Cleaned up wrapper module
Pavel V. Shatov (Meister)
2021-04-12
Ported FSM in the top-level module
Pavel V. Shatov (Meister)
2021-04-12
Ported microcode "worker" module
Pavel V. Shatov (Meister)
2021-04-12
New microcode source for Montgomery ladder variant
Pavel V. Shatov (Meister)
2018-12-19
* Rewritten from scratch, uses the same hardware architecture as the Ed25519
HEAD
master
Pavel V. Shatov (Meister)
2018-09-06
Replicated certain FSM-related signals for better placement and routing.
Pavel V. Shatov (Meister)
2018-09-06
Turned ROMs into distributed memories, otherwise synthesizer was combining them
Pavel V. Shatov (Meister)
2018-04-17
Modified the test program to verify that changes in Verilog do work.
fix
Pavel V. Shatov (Meister)
2018-04-01
Added more test vectors to trigger the virtually never taken path in the curve
Pavel V. Shatov (Meister)
2018-04-01
Fixed coordinates of the internally stored point H = 2 * G.
Pavel V. Shatov (Meister)
2018-04-01
Minor cleanup.
Pavel V. Shatov (Meister)
2017-03-07
Promote to a repository in the core tree.
Rob Austein
2017-02-12
Various clean-ups
Pavel V. Shatov (Meister)
2016-12-04
Added README.md with core description, API details, etc
Pavel V. Shatov (Meister)
2016-10-31
Initial commit of base point multiplier core for ECDSA curve P-256.
Pavel V. Shatov (Meister)