arti/crates/tor-hsservice
Nick Mathewson f41449d0bd Patchlevel bumps for remaining changed crates.
These crates have had small code changes, but no API additions:

tor-config
tor-socksproto
tor-cert
tor-chanmgr
tor-ptmgr
tor-guardmgr
tor-circmgr
tor-dirclient
tor-dirmgr
arti
tor-hsservice
tor-congestion

These crates have had API extensions:

fs-mistrust
tor-llcrypto
tor-bytes
tor-checkable
tor-linkspec
tor-netdoc
tor-persist
arti-client
2023-02-28 07:13:27 -05:00
..
src hsservice: Add a note about the contents of circ_info. 2023-01-24 12:32:21 -05:00
Cargo.toml Patchlevel bumps for remaining changed crates. 2023-02-28 07:13:27 -05: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.