Sign in
boringssl
/
boringssl.git
/
c253864993a6f58da682fc7872a91322e98e8b8d
/
crypto
/
curve25519
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
c034e2d
Add ED25519_keypair_from_seed.
by Ladar Levison
· 8 years ago
997c706
Remove no-op loops in curve25519.c.
by David Benjamin
· 8 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
fd4d67c
Always generate X25519 private keys that need to be masked.
by Adam Langley
· 9 years ago
1e3376a
Add missing copyright header.
by David Benjamin
· 9 years ago
08791e6
Appease sanitizers in x25519_ge_scalarmult.
by David Benjamin
· 9 years ago
05c7bb4
Avoid shifting negative numbers in curve25519.
by David Benjamin
· 9 years ago
3cd8196
Mark all curve25519 tables const.
by David Benjamin
· 9 years ago
f27459e
Add SPAKE2 over Ed25519.
by Arnar Birgisson
· 9 years ago
815b12e
ed25519: Don't negate output when decoding.
by Adam Langley
· 9 years ago
bf3335c
Add #ifdef guards to crypto/curve25519 assembly files.
by William Hesse
· 9 years ago
415564f
Update draft-irtf-cfrg-curves-11 references to RFC 7748.
by David Benjamin
· 9 years ago
dd1f6f4
Rename the curve25519 precomputed tables.
by Adam Langley
· 9 years ago
7b8b9c1
Include 'asm' in the name of X25519 asm sources.
by Adam Langley
· 9 years ago
e6c5402
Don't build X25519 asm code when NO_ASM is set.
by Adam Langley
· 9 years ago
77a173e
Add x86-64 assembly for X25519.
by Adam Langley
· 9 years ago
77c3c0b
Enable Ed25519 when building with OPENSSL_SMALL.
by Adam Langley
· 9 years ago
fba735c
Register the *25519 tests as dependencies of all_tests.
by David Benjamin
· 9 years ago
b1b6229
Add NEON implementation of curve25519.
by Adam Langley
· 9 years ago
3ac32b1
Fix curve25519 code for MSVC.
by Adam Langley
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago