-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EC: Add scalar base point multiplication test case generator.
Add a new scalar base point multiplication test case generator that where the points are *not* Montgomery-encoded. This way we don't need to generate different test data files when the Montgomery encoding for a curve isn't the same for 32-bit and 64-bit targets (P-521). This version of the generator produces the test cases for all the scalars that the current P-256 and P-384 tests generate, in the same format; the only exception is that the point is not Montgomery-encoded.
- Loading branch information
1 parent
4f2adbd
commit 61ad435
Showing
1 changed file
with
83 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters