Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relic_scott
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
radelin_thesis
relic_scott
Graph
75843f640584d28a1b0fd68ce63ec21b288112f2
Select Git revision
Branches
2
dev
main
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
31
May
9
Mar
21
Aug
11
19
May
17
16
15
30
Apr
29
26
9
Jan
12
Dec
7
6
28
Nov
27
22
30
Oct
29
19
18
17
16
15
10
4
3
28
Sep
27
24
21
20
13
4
Aug
26
Jul
19
Jun
30
May
2
Apr
30
Mar
29
16
19
Feb
17
23
Nov
21
3
Oct
2
17
Aug
9
Jul
6
25
Jun
9
May
8
25
Apr
24
12
10
2
1
28
Mar
26
23
20
19
14
12
21
Feb
20
17
16
27
Dec
27
Oct
28
Sep
27
25
29
Aug
27
Jul
28
Jun
17
May
15
30
Mar
28
27
26
17
16
24
Feb
20
19
17
16
5
4
22
Jan
28
Nov
16
4
Sep
16
Aug
10
9
6
4
3
25
Jul
24
20
19
Jun
18
17
2
22
May
21
18
17
11
10
8
22
Apr
19
18
26
Mar
8
1
25
Feb
24
22
21
20
21
19
7
3
30
Jan
29
28
27
26
22
20
19
12
16
Dec
14
Nov
10
9
8
5
22
Oct
21
14
30
Sep
19
Aug
18
17
11
29
Jun
20
18
15
11
5
3
30
May
26
18
17
16
5
4
3
29
Apr
25
16
10
6
Mar
4
3
Fix blake issue
main
main
Update README.md
Update README.md
Correct the benchmark
dev
dev
Correct timetools
Switch oracle and original functions names
Assign NULL to pointers freed
Add explicit type conversion
Add fp_param_get_slen prefix
Fix some problems with bench_pp2.c
Add optimization benchmark
Add Scott Optimization
add make script
Update LABEL with recent changes.
Merge branch 'master' of https://github.com/relic-toolkit/relic
Simplified comparisons further in BN and FP modules.
Simplify comparisons and eliminate subtraction in FB.
Merge pull request #103 from justin1121/curve-macos-build-fix
fix build on macos when compiling with curve2251-sse
Massive commit to update copyright.
Add preset for BN-P254 curve using GMP.
Update copyright info to match new licensing model.
Improve membership testing in G1.
Fix bug in corner case and reuse more robust test.
Remove YAOWI and NAFWI, as there are faster alternatives already.
Removing single-bit comb methods, as they are not competitive.
Simplifying FB_DIGIT and FP_DIGIT in the same way as BN module.
Simplify symbols by removing RELIC_BN_BYTES, BN_DIGIT, BN_DIG_LOG.
Refactor modular exponentiation module for robustness and improve doc.
Make conversion to Montgomery more robust.
Remove warning due to misplaced parenthesis.
Key size now in bytes instead of bits, to match rest of library.
Remove another reference to ALLOC = STATIC.
Merge branch 'master' of https://github.com/relic-toolkit/relic
Remove ALLOC=STATIC option, as it was not used by anyone.
Merge pull request #101 from alinush/master
Merge remote-tracking branch 'upstream/master'
Update README.md
fixed: many *_read_bin functions require non-const read-only buffer
Merge branch 'master' of https://github.com/relic-toolkit/relic
Loading