This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
constantine
Watch
1
Star
0
Fork
0
You've already forked constantine
mirror of
https://github.com/logos-storage/constantine.git
synced
2026-01-02 21:23:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
constantine
/
constantine
History
Mamy André-Ratsimbazafy
bd2b10817e
Add curve configuration + BN254 config (zkSnarks, ZCash, Ethereum 1 precompile)
2020-02-08 14:55:49 +01:00
..
private
Add curve configuration + BN254 config (zkSnarks, ZCash, Ethereum 1 precompile)
2020-02-08 14:55:49 +01:00
bigints.nim
Remove specialization for static big int. They will be stored in the binary bss section and passed as ptr + length to save on codesize anyway.
2020-02-08 11:51:17 +01:00
curves_config.nim
Add curve configuration + BN254 config (zkSnarks, ZCash, Ethereum 1 precompile)
2020-02-08 14:55:49 +01:00
field_fp.nim
Switch to personal project -> update copyright
2020-02-08 11:42:35 +01:00
io.nim
Switch to personal project -> update copyright
2020-02-08 11:42:35 +01:00
montgomery.nim
Switch to personal project -> update copyright
2020-02-08 11:42:35 +01:00
word_types.nim
Support 1.0+ int128 (can't use magic for bitnot)
2020-02-08 13:28:43 +01:00