- created encoding package
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#ifndef CRYPTER_H_
|
||||
#define CRYPTER_H_
|
||||
|
||||
#include <payloads/transform_substructure.h>
|
||||
#include <encoding/payloads/transform_substructure.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "diffie_hellman.h"
|
||||
|
||||
#include <payloads/transform_substructure.h>
|
||||
#include <utils/allocator.h>
|
||||
#include <utils/randomizer.h>
|
||||
#include <utils/gmp_helper.h>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#define DIFFIE_HELLMAN_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <payloads/transform_substructure.h>
|
||||
#include <encoding/payloads/transform_substructure.h>
|
||||
|
||||
/**
|
||||
* Object representing a diffie hellman exchange
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef PRF_H_
|
||||
#define PRF_H_
|
||||
|
||||
#include <payloads/transform_substructure.h>
|
||||
#include <encoding/payloads/transform_substructure.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef SIGNER_H_
|
||||
#define SIGNER_H_
|
||||
|
||||
#include <payloads/transform_substructure.h>
|
||||
#include <encoding/payloads/transform_substructure.h>
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user