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

git at cryptech.is git at cryptech.is
Mon Oct 15 18:28:16 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 7cbc1fe  Incorporated latest microcode from the C model. Passes all the test vectors from the RFC. Needs minor cleanup.
     new e53f34b  Removed stale file.
     new 427794f  Renamed some modules, removed leftover debug code.

The 2 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                   |   2 +-
 rtl/{ed25519_banks.v => ed25519_banks_array.v}     |  14 +-
 ...ultiplier.v => ed25519_base_point_multiplier.v} |  31 +-
 rtl/{ed25519_core.v => ed25519_core_top.v}         |   4 +-
 ...ed25519_microcode.v => ed25519_microcode_rom.v} |   4 +-
 rtl/{ed25519_bank.v => ed25519_operand_bank.v}     |   2 +-
 rtl/{ed25519_uop.v => ed25519_uop.vh}              |   0
 rtl/{ed25519_worker.v => ed25519_uop_worker.v}     |  41 +-
 rtl/modular_multiplier/ed25519_modular_reductor.v  | 699 ---------------------
 9 files changed, 23 insertions(+), 774 deletions(-)
 rename rtl/{ed25519_banks.v => ed25519_banks_array.v} (93%)
 rename rtl/{ed25519_multiplier.v => ed25519_base_point_multiplier.v} (91%)
 rename rtl/{ed25519_core.v => ed25519_core_top.v} (97%)
 rename rtl/{ed25519_microcode.v => ed25519_microcode_rom.v} (99%)
 rename rtl/{ed25519_bank.v => ed25519_operand_bank.v} (99%)
 rename rtl/{ed25519_uop.v => ed25519_uop.vh} (100%)
 rename rtl/{ed25519_worker.v => ed25519_uop_worker.v} (93%)
 delete mode 100644 rtl/modular_multiplier/ed25519_modular_reductor.v



More information about the Commits mailing list