meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Fix EphemeralHiddenService key blob size constraint #144

Closed david415 closed 8 years ago

david415 commented 8 years ago

key blobs can be between 820 and 825 bytes

codecov-io commented 8 years ago

Current coverage is 99.69%

Merging #144 into master will not affect coverage as of bb74044

@@            master    #144   diff @@
======================================
  Files           15      15       
  Stmts         2632    2632       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           2624    2624       
  Partial          0       0       
  Missed           8       8       

Review entire Coverage Diff as of bb74044

Powered by Codecov. Updated on successful CI builds.

meejah commented 8 years ago

PR looks good. Ideally I'd like to know why the sizes vary.