Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
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.
 
 
 
 
 
 
Go to file
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
.github added workflow to remove stale issues 1 year ago
cmake Review commit 8 months ago
contrib CI fixes 10 months ago
crypto Review commit 8 months ago
daemon Review commit 8 months ago
docs Added path-build to documentation 10 months ago
external libquic/oxen-mq/oxenc version bumps 9 months ago
gui@1545d5479e Update deps to latest versions 2 years ago
include "Refactor" aka delete Crypto/CryptoManager 8 months ago
jni Deleted a lot 9 months ago
llarp "Refactor" aka delete Crypto/CryptoManager 8 months ago
pybind Deleted a lot 9 months ago
test "Refactor" aka delete Crypto/CryptoManager 8 months ago
win32-setup changeset for windows port 2 years ago
.clang-format add commented out line in clang-form for header reorg later 1 year ago
.clang-tidy cmake tweaks for redundant dependencies (WIP) 10 months ago
.dir-locals.el add emacs dir-locals 6 years ago
.dockerignore Add fail-able docker build for gcc trunk 5 years ago
.drone.jsonnet kitware CI deps 9 months ago
.gitattributes Add mainnet/testnet bootstrap files into repo 3 years ago
.gitignore Review commit 8 months ago
.gitmodules Added span backport 9 months ago
.swift-version add swift version bullshit file and additional bullshittery 3 years ago
CMakeLists.txt More message refactoring 10 months ago
CONTRIBUTING.md correct documentation 2 years ago
CONTRIBUTING_es.md Create CONTRIBUTING_es.md 5 years ago
LICENSE make it so github sees the repo is gpl3 2 years ago
readme.md point to explicit link 2 years ago
readme_es.md Add missing dep 'cppzmq' (#1764) 3 years ago
readme_fr.md add french readme 2 years ago
readme_ru.md Add missing dep 'cppzmq' (#1764) 3 years ago

readme.md

Lokinet

Lokinet is the reference implementation of LLARP (low latency anonymous routing protocol), a layer 3 onion routing protocol.

Installation instructions can be found here.

You can learn more about the high level, how to use it and the internals of the protocol here

Build Status

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Copyright © 2018-2022 The Oxen Project
Copyright © 2018-2022 Jeff Becker
Copyright © 2018-2020 Rick V. (Historical Windows NT port and portions)