netdoc: remove a TODO about moving a module to where it already is.

This commit is contained in:
Nick Mathewson 2023-06-14 12:29:46 -04:00
parent 6edcca7df3
commit 984d97a38d
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
//! Types and functions for onion service descriptor encryption.
//!
//! TODO hs: It's possible that this should move to tor-netdoc.
use tor_hscrypto::{pk::HsBlindId, RevisionCounter, Subcredential};
use tor_llcrypto::cipher::aes::Aes256Ctr as Cipher;