Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
a11e74da
Commit
a11e74da
authored
Jun 14, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypto/elliptic: fix doc typo
Fixes #3735. R=golang-dev, agl CC=golang-dev
https://golang.org/cl/6301083
parent
71a1673c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pkg/crypto/elliptic/elliptic.go
src/pkg/crypto/elliptic/elliptic.go
+1
-1
No files found.
src/pkg/crypto/elliptic/elliptic.go
View file @
a11e74da
...
@@ -370,7 +370,7 @@ func P384() Curve {
...
@@ -370,7 +370,7 @@ func P384() Curve {
return
p384
return
p384
}
}
// P
256
returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5)
// P
521
returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5)
func
P521
()
Curve
{
func
P521
()
Curve
{
initonce
.
Do
(
initAll
)
initonce
.
Do
(
initAll
)
return
p521
return
p521
...
...
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