Assembler MUL/SQR

This commit is contained in:
NIIBE Yutaka
2014-01-28 11:31:52 +09:00
parent 6d2f9f8df1
commit 91ca2d9827
3 changed files with 149 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2014-01-28 Niibe Yutaka <gniibe@fsij.org>
* src/muladd_256.h: New.
* src/bn.c (bn256_mul, bn256_sqr): Assembler implementation.
* src/ec_p256.c (get_vk_kP): Bug fix.
(compute_kP): Bug fix for index table.