Commit Graph

38 Commits (62cd9fffa39bc296268b6134cd903d2705023835)

Author SHA1 Message Date
R4SAS 62cd9fffa3
Automate AES-NI and AVX detection on runtime, make it default on x86-based systems (#1578)
Rework CPU extensions detection code and build with AES-NI and AVX support by default
4 years ago
orignal bd04f92087 correct public key for ECIES address 4 years ago
orignal b12fa97a38 32 bytes private key for ECIESx25519 4 years ago
orignal ef5495bfb2 padding for x25519 crypto key 4 years ago
R4SAS 8bae4975fb add copyright headers
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
R4SAS 7a5146ea74 fix code syle(spaces->tabs, tabulations)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
orignal 2fc16ee13d indetification of incoming garlic messages 4 years ago
orignal f4ca6bbb52 fixed race with identity verifier 4 years ago
orignal 2ffe62ba41 [[fallthrough]] if C++17 only 4 years ago
orignal e0cb26bd9e fixed fallthough warning for C++17 4 years ago
orignal 9f79bdae9b encryptor for ECIES-X25519-AEAD-Ratchet 4 years ago
orignal 553d59c32b decryptor for ECIES-X25519-AEAD-Ratchet 4 years ago
orignal ef0fb48f1f blind private keys 5 years ago
orignal ff44bcc489 complete implementation of RedDSA 5 years ago
orignal 557244bc3f verify blinding key for encrypted LS2 5 years ago
orignal ea3070d02b derivation of subcredentials for LeaseSet2 5 years ago
orignal 2f0115c300 handle RedDSA as EdDSA 5 years ago
orignal 96d961c393 correct public key for EdDSA trasient key 5 years ago
orignal 80ffe13f3e correct offline signature layout 5 years ago
orignal 1eb726c9bb create offline keys 5 years ago
orignal 1fa3ba8b42 read offline info 5 years ago
orignal 5398b651f7 handle LS2 in destinations 5 years ago
orignal bce4224d6e extract and verify LS2 transient key 5 years ago
orignal 358cdcf4c4 removed RSA signatures completly 6 years ago
yangfl dec848f072 use builtin __AVX__ and __AES__ macros and reduce code duplication 6 years ago
yangfl 50ba52756f fix mixing tabs and spaces 6 years ago
yangfl 46f62e1af9 remove trailing whitespaces 6 years ago
orignal 272090fc8f don't accept streams from RSA detinations 7 years ago
orignal ab6bc52a0f don't create destination with RSA signature 7 years ago
orignal a21fb17d73 renamed ECIES-P256 7 years ago
orignal a4ce224cd1 pass correct crypto type to identity 7 years ago
orignal ab1cd3f5cf ECIES for GOST R 34.10 7 years ago
orignal c5f784719d implement Decrypt for all local destination 7 years ago
orignal 81658d2ff9 generic encryption for RoutingDestination 7 years ago
orignal efacfced45 CryptoKey added 7 years ago
orignal e634c89995 generate non-ElGamal encryption keys pair 7 years ago
Jeff Becker c13fd2261e add stuff for address generator tool 7 years ago
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
7 years ago