Sean Parkinson
|
e5bf2ed1d1
|
Curve25519 converted from inline assembly to asm only
Fixed large values (top bit set) in tables to be negative as the type is
signed.
Put C++ protection around function prototypes in fe_operations.h.
|
2019-04-11 16:17:48 +10:00 |
|
John Safranek
|
246c444b93
|
Updates for v4.0.0
Update the copyright dates on all the source files to the current year.
|
2019-03-15 10:37:36 -07:00 |
|
Daniele Lacamera
|
27555d6eb7
|
Fix old-style function definitions
|
2018-09-07 09:13:20 +02:00 |
|
Takashi Kojo
|
66e59e4a6a
|
Rollback #if condition
|
2018-05-09 10:58:10 +09:00 |
|
Chris Conlon
|
b40b13c0eb
|
Merge pull request #1279 from SparkiDev/fe_init_ed25519
Fix fe_init to be avaible when compiling ED25519 only
|
2017-12-20 09:12:42 -07:00 |
|
Sean Parkinson
|
aa4f38143e
|
Fix fe_init to be avaible when compiling ED25519 only
|
2017-12-20 09:27:50 +10:00 |
|
Chris Conlon
|
574beff4cc
|
fix Windows Visual Studio warnings
|
2017-12-19 13:57:33 -07:00 |
|
Sean Parkinson
|
3cdf3565c8
|
Intel ASM code for Curve25519
AVX2 added as well
|
2017-11-30 12:34:05 +10:00 |
|
David Garske
|
7f30397252
|
Remove execute bit on all code files.
|
2017-10-23 11:16:40 -07:00 |
|
David Garske
|
911b6f95f8
|
Release v3.12.2 (lib 14.0.0). Updated copywright.
|
2017-10-22 15:58:35 -07:00 |
|
toddouska
|
9e9dbc5e97
|
Merge pull request #1026 from dgarske/curve_128bit
Fix for ARMv8 and Curve25519 with debug enabled
|
2017-07-14 13:27:22 -07:00 |
|
David Garske
|
8612d52844
|
Fix issue with ARMv8 not performing 128-bit math against constants correctly in debug builds. Fix was to use the __int128_t as const for integers. Also added ./configure --enable-curve25519=no128bit option to force FE to not use the int128_t math.
|
2017-07-14 10:39:30 -07:00 |
|
Jacob Barthelmeh
|
c4fe67b633
|
build for ed25519 only
|
2017-07-12 15:53:11 -06:00 |
|
David Garske
|
4950c644cd
|
Fix edge case on 32-bit with ED small only.
|
2017-06-19 10:15:05 -07:00 |
|
David Garske
|
7fdb7037d8
|
Fixes for building Ed/Curve for building on 32/64 bit with uint64_t. Fixes for build with Ed/Curve with ECC disabled.
|
2017-06-19 10:09:12 -07:00 |
|
David Garske
|
3c173ba366
|
Enhancement to support different sized Curve/Ed math library implementations for FE/GE. Remains backwards compatible with CURVED25519_SMALL define. Adds new defines CURVE25519_SMALL and ED25519_SMALL to allow individual enabling of math library choice (_low_mem or _operations). Example: ./configure --enable-ed25519=small --enable-curve25519.
|
2017-06-16 09:41:10 -07:00 |
|
Sean Parkinson
|
b11bb5325a
|
Implementation of 51-bit curve25519
|
2017-04-06 09:48:01 +10:00 |
|
Sean Parkinson
|
683a655908
|
Starting 128-bit FE implementation
|
2017-04-04 14:17:54 +10:00 |
|
David Garske
|
e98a0465ae
|
tenAsys INtime RTOS port. Porting complete for mutex semaphores, threading, file, socket and RNG. Added projects for libwolfssl and wolfExamples. The wolfExamples project includes examples for wolfCrypt Test/Benchmark and wolfSSL TLS client/server. Provided reference user_settings.h with comments and enable/disable gates. Added README.md with overview and instructions. Fixed issue building master with NO_WOLFSSL_DIR defined. Added check if old TLS is enabled that SHA and MD5 are enabled. Cleanup of the wolfCrypt test use of USE_CERT_BUFFERS with file system enabled.
|
2017-03-13 09:48:55 -07:00 |
|
David Garske
|
8e64d564dc
|
NXP/Freescale K8X MMCAU / LTC core support for RSA, ECC, Ed/Curve25519, AES, DSA, DES3, MD5, RNG, SHA and SHA2.
|
2016-12-05 09:01:59 -08:00 |
|
Jacob Barthelmeh
|
e60adfc9da
|
better naming of macro and alter misc.c check
|
2016-03-29 13:42:40 -06:00 |
|
Jacob Barthelmeh
|
2665db73a4
|
check for compiling misc.c when not needed
|
2016-03-28 16:03:15 -06:00 |
|
Jacob Barthelmeh
|
e99a5b0483
|
prepare for release v3.9.0
|
2016-03-17 16:02:13 -06:00 |
|
toddouska
|
049a4c6460
|
fix C++ mode warnings
|
2015-08-17 16:47:39 -07:00 |
|
Jacob Barthelmeh
|
0f9f4ea7e0
|
add macro blocks to make it easier on embedded devices and fix declaration after executable code
|
2015-08-14 09:58:44 -06:00 |
|
Ludovic FLAMENT
|
d050c10581
|
add support for curve 25519 and Ed25519 in OpenSSH
refactor curve25519 and Ed25519 code
fix warning in PEM_xxx_mem_xxx functions
|
2015-08-06 08:51:41 -07:00 |
|
Jacob Barthelmeh
|
e461bc72b8
|
curve25519 and ed25519 low memory
|
2015-06-05 15:39:37 -06:00 |
|
Jacob Barthelmeh
|
699aae25a0
|
remove extra comments
|
2015-03-25 18:09:06 -06:00 |
|
toddouska
|
8f6d7a1ce7
|
rename ecc25519 to curve25519, less confusing with ed25519 now in play too
|
2015-03-24 11:56:40 -07:00 |
|
Jacob Barthelmeh
|
d89d524570
|
initial ed25519 implementation
|
2015-03-19 11:40:41 -06:00 |
|