arti/crates/tor-hscrypto
Ian Jackson 4c2a9332db tor-hscrypto: key blinding: Use consistent terminology
* Don't ever use the words "parameter" or "param".
  These doesn't appear in the spec anywhere.

* Use `h` as the variable name for the unclamped blinding factor,
  and `blinding_factor` in function names.
2023-03-28 12:47:14 +01:00
..
src tor-hscrypto: key blinding: Use consistent terminology 2023-03-28 12:47:14 +01:00
Cargo.toml Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId 2023-03-08 17:26:47 +00:00
README.md Create a new tor-hscrypto crate. 2023-01-06 13:03:50 -05:00

README.md

tor-hscrypto

tor-hscrypto: Basic cryptography used by onion services

Overview

TODO hs: write me.