Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
926e7b15
Commit
926e7b15
authored
Aug 29, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
parent
0d6b5d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testsuite/ecdh-test.c
testsuite/ecdh-test.c
+2
-2
No files found.
testsuite/ecdh-test.c
View file @
926e7b15
...
...
@@ -188,9 +188,9 @@ test_main(void)
"2126311732129869456512627735193938710331935978955001830871465201548004444073866677974896970734635601049909886616595755762740651165670628002084824920216966370"
,
"4803556648772727869384704240411011976585308117802975396033423138930126997561438092192867119930177133880625991019440171972612468402200399449807843995563872782"
);
/* NOTE: This isn't
quite
the standard way to do curve25519
/* NOTE: This isn't the standard way to do curve25519
diffie-hellman, but it tests that the ecc_point interface works
also with curve25519.
FIXME: Which it doesn't yet do.
*/
also with curve25519. */
test_dh
(
"curve25519"
,
&
nettle_curve25519
,
"238301186166219052901200372289459967515481170332211409964804596991365959539"
,
"16689431791973914300519294566135927090340942991104989847654071982531922134636"
,
...
...
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