Frank Denis
|
e1abc1de7e
|
Rename randombytes_salsa20 to randombytes_internal and switch to ChaCha20
|
2019-03-17 19:25:32 +01:00 |
|
Frank Denis
|
db0319fb8e
|
Initial support for ristretto255
|
2019-02-18 00:56:48 +01:00 |
|
Frank Denis
|
e6aa7e1da4
|
The time has come to remove support for (p)nacl
|
2019-02-14 14:41:09 +01:00 |
|
Frank Denis
|
e60049aad1
|
Revert "Add crypto_kx_ed25519" and "Add low-level kx_curve25519 functions"
This reverts commit 2d736dc2bc.
This reverts commit 7f3bc5cd08.
|
2018-12-25 19:22:33 +01:00 |
|
Frank Denis
|
2d736dc2bc
|
Add crypto_kx_ed25519
|
2018-12-25 12:46:21 +01:00 |
|
Frank Denis
|
cf217e3dfc
|
Call misuse() if we ask too much data from the IETF variant of ChaCha20
Fix #753
|
2018-09-08 02:12:23 +02:00 |
|
Frank Denis
|
0e0daa48b2
|
Regen MSVC solutions
|
2017-11-25 20:01:01 +01:00 |
|
Frank Denis
|
710969cc2d
|
Update Visual Studio solutions
|
2017-11-18 17:58:11 +01:00 |
|
Frank Denis
|
659751e5b0
|
Remove version.h from MSVC solutions
|
2017-11-15 16:59:01 +01:00 |
|
Frank Denis
|
57dac9eb60
|
+ crypto_core_ed25519_add(), crypto_core_ed25519_sub()
|
2017-11-13 14:22:44 +01:00 |
|
Frank Denis
|
569778b517
|
Rename core/curve25519 to core/ed25519
|
2017-11-11 17:44:00 +01:00 |
|
Frank Denis
|
4bd6196c96
|
Move functions not worth inlining back to core
|
2017-11-06 15:06:21 +01:00 |
|
Frank Denis
|
f523ea1656
|
Regen MSVC files
|
2017-11-06 14:33:39 +01:00 |
|
Frank Denis
|
bfd656b67b
|
core/25519: Use 51-bit limbs on platforms supporting 128 bit arithmetic
|
2017-11-05 17:50:15 +01:00 |
|
Frank Denis
|
bd82e08337
|
Move 25.5 bit field arithmetic to ref10/fe_25_5
|
2017-11-05 17:35:22 +01:00 |
|
Frank Denis
|
f1e9acef5c
|
Rename crypto_sign_ed25519_scalarmult() to crypto_scalarmult_ed25519()
|
2017-10-23 13:22:34 +02:00 |
|
Frank Denis
|
acdd766953
|
Regen MSVC files
|
2017-09-27 19:34:45 +02:00 |
|
Frank Denis
|
5cc334b33c
|
Add AVX512F optimized Argon2 implementation
|
2017-09-15 00:04:18 +02:00 |
|
Frank Denis
|
b503d75e43
|
Add crypto_secretstream_*() to MSVC solutions
|
2017-08-22 09:29:32 +02:00 |
|
Frank Denis
|
f42390a557
|
Update Visual Studio solutions
|
2017-08-09 15:58:21 +02:00 |
|
Frank Denis
|
957f0ab299
|
Add box_seal_curve25519xchacha20poly1305 to the MSVC projects
|
2017-07-07 19:31:53 +02:00 |
|
Frank Denis
|
2805a23574
|
Regen MSVC projects
|
2017-06-27 16:23:53 +02:00 |
|
Frank Denis
|
935557cdf7
|
Add AVX2-optimized Argon2 blamka function
|
2017-06-27 14:26:40 +02:00 |
|
Frank Denis
|
3a9c4c38f7
|
Re-add $(VCTargetsPath)\Microsoft.Cpp.targets
Fixes #553
|
2017-05-27 16:19:47 +02:00 |
|
Frank Denis
|
0eed55ce6a
|
Remove redundant definitions from the project files
|
2017-05-27 12:01:34 +02:00 |
|
Frank Denis
|
87473fdd3f
|
MSVC advapi32.lib dependency should not be in vcxproj
Fixes #552
|
2017-05-27 11:47:32 +02:00 |
|
Frank Denis
|
9787febb00
|
Regen
|
2017-05-25 12:51:02 +02:00 |
|
LammyL
|
98e58ae4c1
|
Added version resource files for msvc compiled dlls. (#551)
|
2017-05-25 12:39:18 +02:00 |
|
Frank Denis
|
8283283498
|
Regen Visual Studio solutions
|
2017-03-12 18:17:49 +01:00 |
|
Frank Denis
|
849a35bd82
|
+ crypto_kx_*() API
This doesn't include a full key exchange API yet.
|
2017-03-12 13:15:39 +01:00 |
|
Frank Denis
|
b3e27d14aa
|
Move 64-bit emulation to a dedicated private header file
|
2017-03-05 23:44:51 +01:00 |
|
Frank Denis
|
707f4c8e08
|
Add ed25519ph
|
2017-03-05 14:45:13 +01:00 |
|
Frank Denis
|
f23d7eff4d
|
Automatically generate MSVC projects
|
2017-02-28 17:33:57 +01:00 |
|
evoskuil
|
3aad5c11ea
|
Use lowest common denominator .vcxproj ToolsVersion.
|
2016-05-12 02:02:38 -07:00 |
|
Frank Denis
|
3fe5590b94
|
Do not forget crypto_pwhash.c on Visual Studio
|
2016-04-13 08:12:54 +02:00 |
|
Frank Denis
|
8957364f47
|
Remove headers that are not required in MSVC solutions
|
2016-04-04 18:02:22 +02:00 |
|
Frank Denis
|
4b6667a9d3
|
Update Makefiles and MSVC solutions
|
2016-03-17 17:07:43 +01:00 |
|
Frank Denis
|
dde91ba026
|
VS2015 update
|
2016-03-07 15:41:22 +01:00 |
|
Frank Denis
|
adfe6c9d55
|
scrypt/sysendian.h is gone
|
2016-02-27 13:14:01 +01:00 |
|
Frank Denis
|
22eebd83f1
|
common_aes128ctr.c is gone
|
2016-02-27 13:11:08 +01:00 |
|
gnieboer
|
b4af066286
|
Added all argon2 files to other msvc project files and project filter files
|
2016-02-07 17:11:59 +03:00 |
|
Frank Denis
|
ee3a5d8cf3
|
Update the Visual Studio solutions
|
2015-12-24 04:10:18 +01:00 |
|
Frank Denis
|
d5fd75dcc7
|
Make crypto_stream_chacha20 modular like the rest
In preparation for optimized implementations
|
2015-11-25 01:17:37 +01:00 |
|
Frank Denis
|
cb9d52760c
|
Update the Visual Studio 2015 solution
|
2015-11-23 15:36:28 +01:00 |
|
Frank Denis
|
65a91fd559
|
Remove api.h from the Visual Studio solutions
|
2015-11-22 12:44:45 +01:00 |
|
Frank Denis
|
9bfa30ae6a
|
api.h -> stream_chacha20_ref.h
|
2015-11-22 00:02:00 +01:00 |
|
Frank Denis
|
1bfdfd4e5d
|
Update the Visual Studio 2015 solution
|
2015-11-01 19:26:09 +01:00 |
|
Frank Denis
|
606ead7e16
|
Update MSVC2015 solution
|
2015-10-14 07:47:45 -07:00 |
|
Frank Denis
|
f752a3edce
|
Use correct ToolsVersion in the vc2015 proejct
|
2015-05-03 11:22:20 +02:00 |
|
Frank Denis
|
e084aec840
|
Add solution for vs2015
|
2015-05-02 10:42:43 +02:00 |
|