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

git at cryptech.is git at cryptech.is
Mon Oct 15 13:18:07 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 8d002c4  Started porting modular reductor...
     new 469110c  Finished porting modular multiplier.
     new 1a23327  Fixed wrong word order.
     new 7df34f4  Added support for add/subtract opcodes.
     new 7cbc1fe  Incorporated latest microcode from the C model. Passes all the test vectors from the RFC. Needs minor cleanup.

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:
 bench/tb_base_point_multiplier.v                   |  71 +++-
 bench/tb_modular_multiplier.v                      |  55 +--
 rtl/ed25519_bank.v                                 |  78 ++--
 rtl/ed25519_microcode.v                            | 422 +++++++++++++++++++--
 rtl/ed25519_multiplier.v                           | 121 +++++-
 rtl/ed25519_settings.vh                            |   2 +
 rtl/ed25519_uop.v                                  |  17 +-
 rtl/ed25519_worker.v                               | 276 +++++++++++++-
 .../ed25519_modular_multiplier.v                   | 387 ++++++++++++++-----
 9 files changed, 1179 insertions(+), 250 deletions(-)



More information about the Commits mailing list