Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use libsodium instead of hand crafted crypto implementations | Vsevolod Stakhov | 2019-07-08 | 12 | -9618/+0 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 2 | -60/+111 |
| | |||||
* | [Test] Fix functional tests | Vsevolod Stakhov | 2019-06-22 | 2 | -9/+9 |
| | |||||
* | [Rework] Use VEX instructions, relocate | Vsevolod Stakhov | 2019-02-13 | 3 | -1579/+1579 |
| | |||||
* | [Feature] Add ssse3 and avx2 base64 decoders | Vsevolod Stakhov | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 3 | -64/+36 |
| | |||||
* | Add ed25519 reference implementation | Vsevolod Stakhov | 2016-01-29 | 1 | -0/+1 |
| | |||||
* | Output configuration of libcryptobox | Vsevolod Stakhov | 2016-01-29 | 2 | -2/+5 |
| | |||||
* | Migrate to ref10 curve25519 implmentation | Vsevolod Stakhov | 2016-01-28 | 5 | -263/+4353 |
| | |||||
* | Improve planning of asynchronous tasks | Vsevolod Stakhov | 2016-01-26 | 1 | -0/+1 |
| | |||||
* | Faster curve25519 key generation via Edwards isomorphism | Vsevolod Stakhov | 2016-01-22 | 8 | -3/+1359 |
| | |||||
* | Remove unused var. | Vsevolod Stakhov | 2016-01-11 | 1 | -1/+0 |
| | |||||
* | Fix architecture detection. | Vsevolod Stakhov | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fix build on arm | Vsevolod Stakhov | 2015-10-18 | 1 | -3/+6 |
| | | | | | Issue: #404 Reported by: @Gottox | ||||
* | We can include either 64 or 32 bits versions of curve25519-donna. | Vsevolod Stakhov | 2015-10-15 | 3 | -10/+6 |
| | |||||
* | Add testing for curve25519 ECDH. | Vsevolod Stakhov | 2015-10-12 | 6 | -96/+183 |
| | |||||
* | Add Sandy2x implementation by Tung Chou for curve25519 | Vsevolod Stakhov | 2015-10-12 | 3 | -0/+2192 |
| | |||||
* | Rework curve25519 library for modular design. | Vsevolod Stakhov | 2015-10-12 | 4 | -5/+100 |
| | |||||
* | Set curve25519 bits on keypair generation. | Vsevolod Stakhov | 2015-02-06 | 3 | -23/+4 |
| | |||||
* | Add curve25519 and poly1305 by @agl / @floodyberry | Vsevolod Stakhov | 2015-02-06 | 5 | -0/+1791 |