You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/service
Jason Rhinelander f4f5ab0109 "Refactor" aka delete Crypto/CryptoManager
- Get rid of CryptoManager.
- Get rid of Crypto.
- Move all the Crypto instance methods to llarp::crypto functions.
  (None of them needed to be methods at all, so this is simple).
- Move sodium/ntru initialization into static initialization.
- Add llarp::csrng, which is an available llarp::CSRNG instance which is
  a bit easier than needing to construct a `CSRNG rng{};` in various
  places.
- Various related small simplifications/cleanups.
8 months ago
..
address.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
address.hpp RIP everything 8 months ago
async_key_exchange.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
async_key_exchange.hpp Review commit 8 months ago
auth.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
auth.hpp Review commit 8 months ago
context.cpp Review commit 8 months ago
context.hpp Review commit 8 months ago
convotag.cpp Review commit 8 months ago
convotag.hpp Review commit 8 months ago
endpoint.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
endpoint.hpp Review commit 8 months ago
endpoint_state.cpp Review commit 8 months ago
endpoint_state.hpp Review commit 8 months ago
endpoint_types.hpp wawaweewa 9 months ago
endpoint_util.cpp Compilation fixes 8 months ago
endpoint_util.hpp Compilation fixes 8 months ago
identity.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
identity.hpp Review commit 8 months ago
info.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
info.hpp Review commit 8 months ago
intro.cpp Outbound context absorbed sendcontex 8 months ago
intro.hpp Review commit 8 months ago
intro_set.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
intro_set.hpp Review commit 8 months ago
lns_tracker.cpp use var::variant and var::visit shims because apple is sux 3 years ago
lns_tracker.hpp Review commit 8 months ago
name.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
name.hpp Review commit 8 months ago
outbound_context.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
outbound_context.hpp Review commit 8 months ago
pendingbuffer.hpp changeset for windows port 2 years ago
protocol.cpp "Refactor" aka delete Crypto/CryptoManager 8 months ago
protocol.hpp Review commit 8 months ago
protocol_type.hpp Replace logging with oxen-logger 2 years ago
router_lookup_job.cpp standardize include format and pragma once 3 years ago
router_lookup_job.hpp standardize include format and pragma once 3 years ago
session.cpp wawaweewa 9 months ago
session.hpp Review commit 8 months ago
tag.cpp standardize include format and pragma once 3 years ago
tag.hpp Review commit 8 months ago
vanity.hpp standardize include format and pragma once 3 years ago