Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] GT MultiExp #212

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d90c332
feat(GT): exponentiation in the cyclotomic subgroups of E6, E12, E24
yelhousni Jan 4, 2022
feb3e16
perf(E12, E24, E6): exponentiation using 2-bit windowing method
yelhousni Jan 4, 2022
1587c99
feat(GT): exponentiation in GT using 2-dim windowed GLV
yelhousni Jan 24, 2022
095417b
feat(GT, bls12-377): bucket-list MSM
yelhousni Jan 24, 2022
4f7b346
Merge branch 'develop' into feat/GT-Exp
yelhousni Mar 16, 2022
e1db886
Merge branch 'feat/GT-Exp' into feat/GT-MSM
yelhousni Mar 16, 2022
4d1c7a4
Merge branch 'develop' into feat/GT-Exp
yelhousni Mar 22, 2022
f993ed9
fix: parameters of ExpGLV for the new curves
yelhousni Mar 22, 2022
61d93f7
style: unnecessary use of fmt.Sprintf
yelhousni Mar 23, 2022
8465c7e
Merge branch 'develop' into feat/GT-MSM
yelhousni Mar 23, 2022
fad325f
Merge branch 'feat/GT-Exp' into feat/GT-MSM
yelhousni Mar 23, 2022
8022ee1
test: MSM5 and MSM5 for GT
yelhousni Mar 23, 2022
c657828
feat: GT-MSM for BLS12-378
yelhousni Mar 23, 2022
fc32d6c
build: rebase on develop
yelhousni Jun 17, 2022
6ceeb90
fix: add GT-exp to bls24-317
yelhousni Jun 17, 2022
2fbe149
fix: handle negative exponent in Fp12 exp
yelhousni Jun 17, 2022
f848c12
fix: handle negative exponent in Fp24 and Fp6 exp
yelhousni Jun 18, 2022
55005b1
Merge branch 'develop' into feat/GT-Exp
yelhousni Jun 20, 2022
e382eb6
fix: golangci-lint
yelhousni Jun 20, 2022
5762868
test(tower): test negative exponent in Exp
yelhousni Jun 20, 2022
8573ee4
Merge branch 'feat/GT-exp' into feat/GT-MSM
yelhousni Jun 20, 2022
c92a1d8
feat: Multiexp à la Pippenger in GT
yelhousni Jun 20, 2022
8ad6473
refactor: code generation of MultiExp test in pairing_test
yelhousni Jun 20, 2022
bdab5f1
Merge branch 'develop' into feat/GT-MSM
yelhousni Jun 20, 2022
d890c8d
fix(bw6-633/GT): GT-MSM with widown size 5
yelhousni Jun 21, 2022
ad82889
Merge remote-tracking branch 'refs/remotes/origin/feat/GT-MSM' into f…
yelhousni Jun 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,229 changes: 1,229 additions & 0 deletions ecc/bls12-377/internal/fptower/multiexp.go

Large diffs are not rendered by default.

177 changes: 177 additions & 0 deletions ecc/bls12-377/pairing_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading