1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/crypto
Jason Rhinelander 870062e8cc Remove absl optimization
This was being used to get at gcc/clang's __builtin_expect, but we don't
really need that: we can just avoid the check entirely when not in debug
mode which should be even faster.
2020-02-24 14:27:44 -04:00
..
constants.hpp clang-tidy modernize pass 2019-08-12 16:52:58 +01:00
crypto.cpp Add CryptoManager class to provide a guard-style class to manage the current Crypto instance 2019-05-28 20:45:08 +01:00
crypto.hpp Remove absl optimization 2020-02-24 14:27:44 -04:00
crypto_libsodium.cpp Abstract signing hash data location 2020-02-02 16:38:48 -04:00
crypto_libsodium.hpp make format 😠 🤮 2020-01-31 17:05:50 -04:00
crypto_noop.hpp Use hash instead of random for signing hash data 2020-01-31 16:47:25 -04:00
encrypted.hpp Apply rule of zero to code base 2019-05-19 23:11:07 +01:00
encrypted_frame.cpp Move logging to subdirectory 2019-09-03 20:52:27 +01:00
encrypted_frame.hpp more travis fixes 2019-12-10 11:49:32 -07:00
types.cpp make format 😠 🤮 2020-01-31 17:05:50 -04:00
types.hpp Abstract signing hash data location 2020-02-02 16:38:48 -04:00