Commit f8385b0f authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove the curve448/decaf sub-directory

parent 893b7c4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#ifndef __DECAF_POINT_448_H__
#define __DECAF_POINT_448_H__ 1

#include <decaf/common.h>
#include "curve448utils.h"

#ifdef __cplusplus
extern "C" {
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <sys/types.h>
#include <stdlib.h> /* for NULL */

#include <decaf/common.h>
#include "curve448utils.h"

#ifdef __cplusplus
extern "C" {
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
 * @brief Decaf utility functions.
 */

#include <decaf/common.h>
#include "curve448utils.h"

void decaf_bzero (
    void *s,
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ extern int posix_memalign(void **, size_t, size_t);
#include <stdint.h>
#include "arch_intrinsics.h"

#include <decaf/common.h>
#include "curve448utils.h"

#ifndef _BSD_SOURCE
#define _BSD_SOURCE 1