aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/curve25519
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Add ssse3 and avx2 base64 decodersVsevolod Stakhov2016-12-131-1/+1
* Switch the rest to apache 2Vsevolod Stakhov2016-02-043-64/+36
* Add ed25519 reference implementationVsevolod Stakhov2016-01-291-0/+1
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-292-2/+5
* Migrate to ref10 curve25519 implmentationVsevolod Stakhov2016-01-285-263/+4353
* Improve planning of asynchronous tasksVsevolod Stakhov2016-01-261-0/+1
* Faster curve25519 key generation via Edwards isomorphismVsevolod Stakhov2016-01-228-3/+1359
* Remove unused var.Vsevolod Stakhov2016-01-111-1/+0
* Fix architecture detection.Vsevolod Stakhov2015-10-231-1/+1
* Fix build on armVsevolod Stakhov2015-10-181-3/+6
* We can include either 64 or 32 bits versions of curve25519-donna.Vsevolod Stakhov2015-10-153-10/+6
* Add testing for curve25519 ECDH.Vsevolod Stakhov2015-10-126-96/+183
* Add Sandy2x implementation by Tung Chou for curve25519Vsevolod Stakhov2015-10-123-0/+2192
* Rework curve25519 library for modular design.Vsevolod Stakhov2015-10-124-5/+100
* Set curve25519 bits on keypair generation.Vsevolod Stakhov2015-02-063-23/+4
* Add curve25519 and poly1305 by @agl / @floodyberryVsevolod Stakhov2015-02-065-0/+1791