Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
731d08b4
Commit
731d08b4
authored
Dec 06, 2013
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start using constants from ROM for EC groups
parent
452f6ba1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
406 additions
and
238 deletions
+406
-238
library/ecp.c
library/ecp.c
+4
-0
library/ecp_curves.c
library/ecp_curves.c
+402
-238
No files found.
library/ecp.c
View file @
731d08b4
...
...
@@ -277,6 +277,10 @@ void ecp_group_free( ecp_group *grp )
{
size_t
i
;
/* FIXME WIP */
if
(
grp
->
id
!=
0
)
return
;
if
(
grp
==
NULL
)
return
;
...
...
library/ecp_curves.c
View file @
731d08b4
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