Skip to content

tor-spec: provide pseudocode for digest check

Emil Engler requested to merge emilengler/torspec-legacy:pseudocode-digest into main

This commit implements a pseudocode example for the digest in both: encryption and decryption cases.

The pseudocode itself is a combination of Python code and the Rust slice type.

Fixes #205 (closed)

Merge request reports