Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Shane Lontis
|
3a86f1db28
Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t
|
5 years ago |
Dr. Matthias St. Pierre
|
425dde5d75
curve25519.c: improve formula alignment
|
6 years ago |
Dr. Matthias St. Pierre
|
3a17b9a46e
curve25519.c: reformat code to follow coding guidelines
|
6 years ago |
Richard Levitte
|
a7f182b726
Following the license change, modify the boilerplates in crypto/ec/
|
6 years ago |
Matt Caswell
|
0ac8f35c04
Disallow Ed25519 signature maleability
|
6 years ago |
Andy Polyakov
|
3c849bc901
ec/curve25519.c: reorganize for better accessibility.
|
6 years ago |
Bernd Edlinger
|
9186016582
Add -Wstrict-prototypes option to --strict-warnings
|
6 years ago |
Andy Polyakov
|
b3e02d06ba
ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.
|
6 years ago |
Andy Polyakov
|
11a9eacde9
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
|
6 years ago |
Andy Polyakov
|
c521e4392f
ec/curve25519.c: facilitate assembly implementations.
|
6 years ago |
Andy Polyakov
|
127d6cf747
crypto/ec/curve25519.c: remove redundant fe[51]_cswap.
|
6 years ago |
Richard Levitte
|
48e5119a6b
Copyright update of more files that have changed this year
|
6 years ago |
Andy Polyakov
|
26b05245f0
ec/curve25519.c: avoid 2^51 radix on SPARC.
|
6 years ago |
Andy Polyakov
|
cfc32a1efb
ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.
|
6 years ago |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 years ago |
Bernd Edlinger
|
3790a2f697
Clear secret stack values after use in the ED25519-functions
|
7 years ago |
Bernd Edlinger
|
78f1e4d0b0
Clear secret stack values after use in curve25519.c
|
7 years ago |
Matt Caswell
|
51909407c2
Left shift of a negative number is undefined behaviour
|
7 years ago |
Dr. Stephen Henson
|
04dec1ab34
Clear sensitive data in ED25519_sign
|
7 years ago |
Dr. Stephen Henson
|
d4d001df37
Make Ed25519 consistent with X25519
|
7 years ago |
Dr. Stephen Henson
|
06c6d05fae
Add Ed25519 algorithm.
|
7 years ago |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 years ago |
Emilia Kasper
|
0eadff033f
Document inversion ladder in curve25519
|
8 years ago |
Emilia Kasper
|
5b7af0dd6c
Curve25519: fix const-initialization
|
8 years ago |
Emilia Kasper
|
b95779846d
Curve25519: avoid undefined behaviour
|
8 years ago |
Emilia Kasper
|
8185e649f8
Clean up curve25519 build
|
8 years ago |
Emilia Kasper
|
fdfb8c8486
curve25519: add missing const-qualifier
|
8 years ago |
Kurt Roeckx
|
dc22d6b37e
Make k25519Precomp const
|
8 years ago |
Dr. Stephen Henson
|
15e58273da
remove unused variables
|
8 years ago |