This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug output where important kernels are timed in milliseconds. S…
…plit main memory area for points into two separate areas for X and Y coordinates respectively to improve memory access performance. Switch from Montgomery multiplication to improved interleaved Barret reduction eliminating two modular multiplications per point when moving out of montgomery form every iteration. Add a ton of explanations to the program.
- Loading branch information
Showing
4 changed files
with
8,483 additions
and
8,366 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
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
Oops, something went wrong.