NXP/Freescale K8X MMCAU / LTC core support for RSA, ECC, Ed/Curve25519, AES, DSA, DES3, MD5, RNG, SHA and SHA2.
This commit is contained in:
@@ -107,7 +107,7 @@ void fe_0(fe h)
|
||||
h[9] = 0;
|
||||
}
|
||||
|
||||
|
||||
#ifndef FREESCALE_LTC_ECC
|
||||
int curve25519(byte* q, byte* n, byte* p)
|
||||
{
|
||||
#if 0
|
||||
@@ -183,7 +183,7 @@ int curve25519(byte* q, byte* n, byte* p)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* !FREESCALE_LTC_ECC */
|
||||
|
||||
/*
|
||||
h = f * f
|
||||
|
||||
Reference in New Issue
Block a user