Skip to content

Draft: Describe the behavior of our HSv3 crypto layers.

Nick Mathewson requested to merge nickm/torspec:onion_service_crypto_notes into main

These layers use SHA3 instead of SHA1 and AES256 instead of AES128. Their SENDME tags are made with SHA3 too, but they are truncated to 20 bytes.

Closes #204 (closed).

See also arti!1242 (merged)

Merge request reports