Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-secp256k1
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
parity
rust-secp256k1
Graph
72c93ab592267d7848f00301009de36d349024b3
Select Git revision
Branches
20
1
10
11
12
13
14
15
16
17
18
19
2
20
21
22
24
25
26
27
29
Tags
20
parity-secp256k1-v0.7.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.0
0.12.2
0.12.1
0.11.6
0.12.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
40 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jan
14
9
11
Dec
10
9
6
5
27
Nov
22
21
20
17
5
3
29
Oct
28
24
23
22
18
16
14
11
10
1
17
Sep
16
14
13
9
6
4
22
Aug
21
20
19
16
13
12
5
2
1
26
Jul
25
24
23
18
16
14
12
8
5
4
3
13
Jun
3
29
May
21
20
17
14
10
11
1
30
Apr
27
24
16
14
4
Mar
1
26
Feb
25
30
Jan
18
17
16
15
9
8
27
Dec
19
7
3
16
Nov
10
9
8
7
6
4
3
30
Oct
29
28
25
25
Sep
21
14
13
11
4
31
Aug
22
21
20
15
12
31
Jul
30
26
25
24
9
1
8
Jun
6
4
1
31
May
22
12
11
25
Apr
17
29
Mar
21
20
19
18
5
3
2
25
Feb
14
4
17
Jan
22
Dec
21
19
18
Nov
17
15
26
Jul
22
21
12
8
May
27
Apr
3
Mar
27
Feb
31
Jan
10
Oct
20
Aug
17
7
10
Jun
7
1
30
May
28
26
15
Mar
10
27
Feb
16
21
Jan
20
14
8
5
20
Dec
19
15
29
Nov
18
15
8
28
Oct
26
25
17
14
13
11
9
21
Sep
20
18
28
Jul
4
May
3
30
Apr
28
16
13
12
11
10
9
6
5
4
26
Mar
25
17
Jan
12
Sep
4
1
31
Aug
30
28
27
24
17
16
15
11
10
4
23
Jul
6
relax version constraint on `cc`
32 dp/chore/upd…
32 dp/chore/update-to-upstream upstream/32
Update to 0.17.2
Merge tag '0.17.2' into dp/chore/update-to-upstream
Merge pull request #191 from elichai/2020-01-fuzztarget
Bump version to 0.17.2
Fix fuzztarget symbols
Merge pull request #189 from stevenroose/fix-links
Bump to v0.17.1
Bump secp256k1-sys to v0.1.1
Update Cargo.toml link in vendor script
Cleanup and resolve todos
Add SecretKey.inv_assign and the backing C-code (WIP)
Merge pull request #187 from rust-bitcoin/2019-12-keyword-reduce
remove some keywoards from secp-sys Cargo.toml
Merge pull request #185 from stevenroose/v0.17.0-changelog
Update changelog for v0.17.0
Merge pull request #180 from elichai/2019-11-SharedSecret
Add ECDH to the no-std tests
Add an unsafe variant of new_with_has called new_with_hash_no_panic
Merge pull request #186 from elichai/2019-12-manualdrop
feature gate new_with_hash with std only, added catch_unwind
Fixed secp256k1_ecdh fuzztarget
Wrap Secp256k1 from raw context in a ManuallyDrop
Add tests for the new SharedSecret::new_with_hash() function
Add 'new_with_hash' function to SharedSecret
Replace SharedSecret with a more generic alternative
Merge pull request #169 from stevenroose/sys
Bump version to v0.17.0
Add external-symbols feature to support external libsecp
Add vendor script to prefix secp256k1 sources
Add secp256k1-sys README and LICENSE files
Add secp256k1-sys
Add forgotten mention of upstream update
Merge pull request #179 from elichai/2019-11-raw-context
Add tests for raw context
Add functions to create from raw context
Merge pull request #162 from elichai/2019-09-ffi
Merge pull request #184 from elichai/2019-11-context
Make Context::deallocate unsafe fn
Make the Context trait unimplementable