mirror of
http://galexander.org/git/simplesshd.git
synced 2025-08-03 00:28:22 +00:00
somehow #define LTC_SOURCE 1 (which should really be in all libtomcrypt
.c files to be the same as how its native Makefile does it) makes the ltc_ecc_mulmod_timing et al work
This commit is contained in:
parent
762d44b1a4
commit
11c4fa947d
@ -139,7 +139,7 @@
|
|||||||
#ifdef DROPBEAR_ECC
|
#ifdef DROPBEAR_ECC
|
||||||
#define MECC
|
#define MECC
|
||||||
#define LTC_ECC_SHAMIR
|
#define LTC_ECC_SHAMIR
|
||||||
// #define LTC_ECC_TIMING_RESISTANT
|
#define LTC_ECC_TIMING_RESISTANT
|
||||||
#define MPI
|
#define MPI
|
||||||
#define LTM_DESC
|
#define LTM_DESC
|
||||||
#ifdef DROPBEAR_ECC_256
|
#ifdef DROPBEAR_ECC_256
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
* All curves taken from NIST recommendation paper of July 1999
|
* All curves taken from NIST recommendation paper of July 1999
|
||||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||||
*/
|
*/
|
||||||
|
#define LTC_SOURCE 1
|
||||||
#include "tomcrypt.h"
|
#include "tomcrypt.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
* All curves taken from NIST recommendation paper of July 1999
|
* All curves taken from NIST recommendation paper of July 1999
|
||||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||||
*/
|
*/
|
||||||
|
#define LTC_SOURCE 1
|
||||||
#include "tomcrypt.h"
|
#include "tomcrypt.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
* All curves taken from NIST recommendation paper of July 1999
|
* All curves taken from NIST recommendation paper of July 1999
|
||||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||||
*/
|
*/
|
||||||
|
#define LTC_SOURCE 1
|
||||||
#include "tomcrypt.h"
|
#include "tomcrypt.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
* All curves taken from NIST recommendation paper of July 1999
|
* All curves taken from NIST recommendation paper of July 1999
|
||||||
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
* Available at http://csrc.nist.gov/cryptval/dss.htm
|
||||||
*/
|
*/
|
||||||
|
#define LTC_SOURCE 1
|
||||||
#include "tomcrypt.h"
|
#include "tomcrypt.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user