[Cryptech-Commits] [core/pkey/ed25519] branch master updated (7e306d8 -> 8d002c4)

git at cryptech.is git at cryptech.is
Wed Sep 26 11:35:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a change to branch master
in repository core/pkey/ed25519.

    from 7e306d8  Microcode framework and partial listing, work in progress
     new be8ad4d  Testbench for Curve25519 modular multiplier.
     new f223977  Started porting modular multiplier from ECDSA.
     new 5fdca64  Reworked modular multiplier...
     new 8d002c4  Started porting modular reductor...

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ..._point_multiplier.v => tb_modular_multiplier.v} | 116 ++--
 rtl/ed25519_settings.vh                            |  39 ++
 .../ed25519_modular_multiplier.v                   | 415 ++++++++++++
 rtl/modular_multiplier/ed25519_modular_reductor.v  | 699 +++++++++++++++++++++
 4 files changed, 1220 insertions(+), 49 deletions(-)
 copy bench/{tb_base_point_multiplier.v => tb_modular_multiplier.v} (65%)
 create mode 100644 rtl/ed25519_settings.vh
 create mode 100644 rtl/modular_multiplier/ed25519_modular_multiplier.v
 create mode 100644 rtl/modular_multiplier/ed25519_modular_reductor.v



More information about the Commits mailing list