aboutsummaryrefslogtreecommitdiff
path: root/vector/README.md
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-10-17 21:11:55 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2019-10-17 21:14:01 +0300
commit9a3c126dc09d7e128919886554ec6ce5d1fb88d7 (patch)
tree1c0d46cadc04f6e147b45b1d0122f09803a01149 /vector/README.md
parent00fd9dea38057e0f5e8d3e66722c8cb3ef9fba6b (diff)
- Switched to default key length of 512 for faster simulation
- Added an option to dump vectors as C array initializers for easy import into the STM32 sample driver - Added an option to dump entire core memory to assist debugging in hardware - Reading from bank now returns a copy of its contents, not a link - Reworked how carry propagation works (no more in-place overwrites) - Implemented "caching" of bank contents to match how things actually work in hardware (eg. after switching to twice smaller modulus before doing the CRT ladder, the upper half of the larger modulus stays in place) - Optimized microcode - Various cosmetic fixes
Diffstat (limited to 'vector/README.md')
-rw-r--r--vector/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vector/README.md b/vector/README.md
index 3bd1853..977f207 100644
--- a/vector/README.md
+++ b/vector/README.md
@@ -1,5 +1,5 @@
-ModExpNG
-========
+modexpng_fpga_model / vector
+============================
Ranzomized test vector generation scripts for ModExpNG core model.