forked from navcoin/navcoin-core
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimises multiexp operation (navcoin#775)
* multiexp exponentiation * move init * add mcl * fix mcl Makefile * use path * mcl include * include mcl in flags * include mcl when dist * include mcl in subdirs * fix gitian * mcl makefile * Added some new ignore entries * Moved some makefile commands from configure step into makefile * Ignore src/mcl/obj dir * Revert "Ignore src/mcl/obj dir" This reverts commit 7c7513d. * Revert "Revert "Ignore src/mcl/obj dir"" This reverts commit 186fbd6. * Added the dir for mcl/obj * update mcl from https://github.com/herumi/mcl * make verbose * Revert "make verbose" This reverts commit 64efbdd. * build mcl in configure * remove echo * Switched to using cmake to build mcl * Added gitkeep files * Updated gitian to use focal instead of bionic for builds * Updated travis to use 20.04 ubuntu * Disabled interactive CLI when installing apt packages * Missed OSX gitian when changing bionic to focal * Removed 32bit linux gitian build support * Removed sudo commands from gitian config on windows build * Updated the patch for bls relic code * Updated distdir to include working DIR changes via a temp stash * Updated GLIBC requirement to be 2.29 * Removed -march=native as it was causing a compile issue on arm builds via gitian * Fixed deprecation notice with gzip variable * Removed the relic patch so gitian builds will no longer be 'DIRTY' * Revert "Updated distdir to include working DIR changes via a temp stash" This reverts commit 59740c9. * Revert "Removed sudo commands from gitian config on windows build" This reverts commit 77cc2f9. * Updated GMP to 6.2.1 * Revert "Updated travis to use 20.04 ubuntu" This reverts commit c50442d. * Revert "Missed OSX gitian when changing bionic to focal" This reverts commit 2e587e6. * Revert "Updated gitian to use focal instead of bionic for builds" This reverts commit 13a3e2c. * Removed torlibs that was missed * Copies the needed headers into prefix location instead of the system location so no more sudo * Small fix * remove unnecessary w variable * Fixed linking to mcl libs * Updated mcl to not compile with ASM for windows builds * Disabled ASM for all builds * use c++ interface * fixes c++ interface * fixes interface * Updated fp_* methods to have prefix of mcl_fp_* * Disabled XBLYAT * Revert "Updated GLIBC requirement to be 2.29" This reverts commit 8ff1700. * set serialization for both fr and fp * bench * Removed non static version of libmcl which was causing issue with osx build * Disabled runbench and runtest for bls lib as it was causing an error on windows build on travis * Updated to build linux with ASM support * Revert "Updated to build linux with ASM support" This reverts commit 1da7b19. Co-authored-by: Barry Deeney <[email protected]>
- Loading branch information
Showing
256 changed files
with
439,212 additions
and
26 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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CVS | ||
java/*_wrap.cxx | ||
lib/*.so | ||
lib/*.a | ||
*.class | ||
GPATH | ||
GRTAGS | ||
GTAGS | ||
*.o | ||
*.d | ||
*.exe | ||
*.swp | ||
.cvsignore | ||
build/ | ||
external/ | ||
Testing/ |
Oops, something went wrong.