arti/crates/tor-hscrypto
Nick Mathewson b4cca45410 hscrypto: Use minutes, not seconds, in blinding parameter.
Fixes an instance of #768.

The problem with the test vectors is that I used a random time
period number (1234) and the default-in-tor period length (1440)
without checking whether 1440 _meant_ minutes or seconds.  I'll add
another test to Tor to make sure that the time period matches now.

With this change, I can test Tor-generated hsdescs with encryption,
so I'm fairly confident that the new behavior is correct.
2023-02-10 06:54:19 -05:00
..
src hscrypto: Use minutes, not seconds, in blinding parameter. 2023-02-10 06:54:19 -05:00
Cargo.toml hs time handling: Make TimePeriod contain length as IntegerMinutes 2023-02-09 12:56:18 +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.