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 / Register
Toggle navigation
Open sidebar
OTRv4
little-ed448-Goldilocks
Commits
1e343b97
Unverified
Commit
1e343b97
authored
Feb 06, 2018
by
Sofia Celi
⛸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include the right headers for C++
parent
f4226bc5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/GENERATED/c/decaf/crypto.hxx
src/GENERATED/c/decaf/crypto.hxx
+1
-1
src/GENERATED/include/decaf.hxx
src/GENERATED/include/decaf.hxx
+1
-1
src/include/decaf/crypto.tmpl.hxx
src/include/decaf/crypto.tmpl.hxx
+1
-1
src/public_include/decaf.tmpl.hxx
src/public_include/decaf.tmpl.hxx
+1
-1
No files found.
src/GENERATED/c/decaf/crypto.hxx
View file @
1e343b97
...
...
@@ -18,6 +18,6 @@
#ifndef __DECAF_CRYPTO_HXX__
#define __DECAF_CRYPTO_HXX__ 1
#include <decaf/
crypto
_448.hxx>
#include <decaf/
point
_448.hxx>
#endif
/* __DECAF_CRYPTO_HXX__ */
src/GENERATED/include/decaf.hxx
View file @
1e343b97
...
...
@@ -15,7 +15,7 @@
#ifndef __DECAF_HXX__
#define __DECAF_HXX__ 1
#include <decaf/
point_
448.hxx>
#include <decaf/
ed
448.hxx>
/** Namespace for all C++ decaf objects. */
namespace
decaf
{
...
...
src/include/decaf/crypto.tmpl.hxx
View file @
1e343b97
...
...
@@ -6,5 +6,5 @@
*/
$
(
"
\n
"
.
join
([
"#include <decaf/
crypto
_%s.hxx>"
%
g
for
g
in
sorted
([
c
[
"bits"
]
for
_
,
c
in
curve
.
items
()])
"#include <decaf/
point
_%s.hxx>"
%
g
for
g
in
sorted
([
c
[
"bits"
]
for
_
,
c
in
curve
.
items
()])
]))
src/public_include/decaf.tmpl.hxx
View file @
1e343b97
/** Master header for Decaf library, C++ version. */
$
(
"
\n
"
.
join
([
"#include <decaf/
point_
%s.hxx>"
%
g
for
g
in
sorted
([
c
[
"bits"
]
for
_
,
c
in
curve
.
items
()])
"#include <decaf/
ed
%s.hxx>"
%
g
for
g
in
sorted
([
c
[
"bits"
]
for
_
,
c
in
curve
.
items
()])
]))
/** Namespace for all C++ decaf objects. */
...
...
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