TheAlgorithms-C-Plus-Plus/ciphers
Ashish Bhanu Daulatabad d9a97f106f
Feat: Implementation of Elliptic Curve Diffie Hellman Key Exchange. (#1479)
* updating DIRECTORY.md

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers

* updating DIRECTORY.md

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling-2

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling-bit handling

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling-bit handling

* Feat: Elliptic Curve Diffie Hellman Key Exchange, Ciphers: Error handling-bit handling

* Type checks and destructor added

* Type checks and integer shift checked

* clang-format and clang-tidy fixes for 276fde9d

* Comment modification

* clang-format and clang-tidy fixes for ae6a048d

* Comment modification

* Wrong return

* clang-format and clang-tidy fixes for bb40ea4c

* Type checks

* windows error

* clang-format and clang-tidy fixes for 2c41f111

* Error handling

* Error handling-2

* Comments

* Comment modifications

* Update ciphers/uint128_t.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Comment modifications-2

* Comment modifications-3

* Empty commit

* Comments

* Additional comments

* clang-format and clang-tidy fixes for f7daaa15

* Empty commit for build

* Additional test correction and comment modification

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-04-14 11:04:01 +05:30
..
base64_encoding.cpp feat: Base64 Encoding/Decoding, type: Ciphers (#1471) 2021-03-31 10:46:54 +05:30
caesar_cipher.cpp feat: add Caesar Cipher (#957) 2020-07-19 14:50:02 -04:00
CMakeLists.txt initial cipher folder commit 2020-06-26 20:36:03 -04:00
elliptic_curve_key_exchange.cpp Feat: Implementation of Elliptic Curve Diffie Hellman Key Exchange. (#1479) 2021-04-14 11:04:01 +05:30
hill_cipher.cpp fix lgtm errors 2020-06-27 16:00:12 -04:00
morse_code.cpp feat: Added Morse Code (#1322) 2020-10-19 16:25:28 -05:00
uint128_t.hpp Feat: Implementation of Elliptic Curve Diffie Hellman Key Exchange. (#1479) 2021-04-14 11:04:01 +05:30
uint256_t.hpp Feat: Implementation of Elliptic Curve Diffie Hellman Key Exchange. (#1479) 2021-04-14 11:04:01 +05:30
vigenere_cipher.cpp docs: Fixed an issue in Vigenere cipher documentation (#964) 2020-07-21 07:41:05 -04:00
xor_cipher.cpp feat: Add XOR Cipher (#961) 2020-07-19 16:45:45 -04:00