mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
rename integer.h ctc_integer.h
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#define CTAO_CRYPT_DH_H
|
#define CTAO_CRYPT_DH_H
|
||||||
|
|
||||||
#include "ctc_types.h"
|
#include "ctc_types.h"
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
#define CTAO_CRYPT_DSA_H
|
#define CTAO_CRYPT_DSA_H
|
||||||
|
|
||||||
#include "ctc_types.h"
|
#include "ctc_types.h"
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
#define CTAO_CRYPT_ECC_H
|
#define CTAO_CRYPT_ECC_H
|
||||||
|
|
||||||
#include "ctc_types.h"
|
#include "ctc_types.h"
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* integer.h
|
/* ctc_integer.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
* Copyright (C) 2006-2011 Sawtooth Consulting Ltd.
|
||||||
*
|
*
|
@@ -24,7 +24,7 @@
|
|||||||
#define CTAO_CRYPT_RSA_H
|
#define CTAO_CRYPT_RSA_H
|
||||||
|
|
||||||
#include "ctc_types.h"
|
#include "ctc_types.h"
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
#include "ctc_random.h"
|
#include "ctc_random.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#ifndef USE_FAST_MATH
|
#ifndef USE_FAST_MATH
|
||||||
|
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
|
|
||||||
|
|
||||||
/* handle up to 6 inits */
|
/* handle up to 6 inits */
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "pwdbased.h"
|
#include "pwdbased.h"
|
||||||
#include "ctc_hmac.h"
|
#include "ctc_hmac.h"
|
||||||
#include "integer.h"
|
#include "ctc_integer.h"
|
||||||
#include "ctc_error.h"
|
#include "ctc_error.h"
|
||||||
#ifdef CYASSL_SHA512
|
#ifdef CYASSL_SHA512
|
||||||
#include "sha512.h"
|
#include "sha512.h"
|
||||||
|
Reference in New Issue
Block a user