Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
e57e4571
Commit
e57e4571
authored
6 years ago
by
Shuai Qi
Committed by
Martin Holst Swende
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypto/secp256k1: Fix invalid document link (#18297)
parent
b3be9b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
curve.go
crypto/secp256k1/curve.go
+1
-1
No files found.
crypto/secp256k1/curve.go
View file @
e57e4571
...
...
@@ -310,7 +310,7 @@ var theCurve = new(BitCurve)
func
init
()
{
// See SEC 2 section 2.7.1
// curve parameters taken from:
// http://www.secg.org/
collateral/sec2_final
.pdf
// http://www.secg.org/
sec2-v2
.pdf
theCurve
.
P
,
_
=
new
(
big
.
Int
)
.
SetString
(
"0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F"
,
0
)
theCurve
.
N
,
_
=
new
(
big
.
Int
)
.
SetString
(
"0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141"
,
0
)
theCurve
.
B
,
_
=
new
(
big
.
Int
)
.
SetString
(
"0x0000000000000000000000000000000000000000000000000000000000000007"
,
0
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment