arti/crates/tor-hsservice
Nick Mathewson 603175b977 Start working on the backend for an IptEstablisher.
This should be enough now to establish real introduction points,
though there is still a lot of work to do.  Part of #976.

This has been rebased and edited to incorporate discussions from
!1465.
2023-08-14 13:57:49 -04:00
..
src Start working on the backend for an IptEstablisher. 2023-08-14 13:57:49 -04:00
Cargo.toml Start working on the backend for an IptEstablisher. 2023-08-14 13:57:49 -04:00
README.md Sketch an API for onion services. 2023-01-24 12:32:21 -05:00

README.md

tor-hsclient

Core implementation for onion services in arti.

EXPERIMENTAL DRAFT

This crate is a work in progress; it is not the least bit complete.

Right now, it does not even work: it's only here so that we can prototype our APIs.