Commit graph

76 commits

Author SHA1 Message Date
orignal 34cfd205f6 create new static keys by X25519Keys 2018-11-01 10:43:31 -04:00
orignal 96d109af81 fixed typo 2018-10-27 19:55:23 -04:00
orignal a309eb9f3c faster CipherBlock XOR implementation for non-AVX 2018-10-27 18:41:05 -04:00
orignal 8de443ec4c siphash from openssl 1.1.1 2018-09-11 13:26:29 -04:00
orignal 3540712517 some cleanup 2018-09-09 08:38:12 -04:00
orignal a8b1a86bd7 X25519Keys for static key 2018-09-08 22:08:08 -04:00
orignal 1babd3a5a2 separate X25519Keys 2018-09-08 16:52:42 -04:00
orignal 33aa8e2471 use x25519 from openssl 1.1.1 for ephemeral keys 2018-09-05 11:19:58 -04:00
orignal 2c58fe736b fixed build error with openssl 1.1.1 2018-09-05 09:51:03 -04:00
orignal 2c3b19a539 use EdDSA from openssl 1.1.1 2018-09-03 17:39:49 -04:00
Dmitry Marakasov 4ffbb46cf9 Fix "macro expansion producing 'defined' has undefined behavior" clang warning 2018-06-27 22:31:01 +03:00
yangfl dec848f072 use builtin __AVX__ and __AES__ macros and reduce code duplication 2018-06-27 17:32:38 +08:00
orignal 58c92b8405 aead/chacha20/poly1305 from openssl 1.1 2018-06-18 12:56:47 -04:00
orignal 5447259e1a AEAD/ChaCha20/Poly1305 decryption and SessionCreate prcessing 2018-06-13 16:16:23 -04:00
orignal ee0ae0b74b decrypt Y for NTCP2 2018-06-13 14:56:51 -04:00
orignal df60e78766 AEAD/Chacha20/Poly1305 encryption 2018-06-13 11:41:46 -04:00
Arm64 plaz 66de7ad049 for first time disable aesenc for arm64 2018-04-24 18:23:40 +00:00
orignal 066f8863fd pass zero padding parameter to ECEIS encryption 2018-03-07 16:08:44 -05:00
Jeff Becker 91e45d9a4a
initial code for runtime detection of aesni/avx 2018-02-16 11:00:33 -05:00
yangfl 46f62e1af9 remove trailing whitespaces 2018-01-06 22:24:03 +08:00
orignal 1e75de9bb8 514 bytes ECIES block 2017-11-08 21:06:58 -05:00
orignal efacfced45 CryptoKey added 2017-11-06 13:40:58 -05:00
orignal 00bbb81375 ECICS gerenarate keys 2017-11-01 14:06:55 -04:00
orignal 5271cdacf2 ECICSDecrypt 2017-11-01 10:59:36 -04:00
orignal 39c1c3567b ECICSEncrypt added 2017-10-30 16:16:21 -04:00
Jeff Becker 4cc3b7f9fb restructure build to separate the 3 main components into 3 subdirectories
libi2pd for core libs

libi2pd_client for i2pd client libs

daemon for i2pd daemon libs
2017-04-21 06:33:45 -04:00
Renamed from Crypto.h (Browse further)