tlock-rs icon indicating copy to clipboard operation
tlock-rs copied to clipboard

fixed blocksize comparison in IBE

Open CluEleSsUK opened this issue 2 years ago • 1 comments

  • fixed a small bug where block size assertions were checking the opposite of their message
  • tidied up some imports

CluEleSsUK avatar Nov 10 '22 10:11 CluEleSsUK

@timoth-y I noticed these comparisons were opposite when trying to do some benchmarks. When I change them though, a decryption assertion was failing so there might be something else up !

CluEleSsUK avatar Nov 10 '22 10:11 CluEleSsUK

Thanks for the PRs. Apologies for such a late merge. Support for more 32 bytes plaintext will be added in later commits.

nulltea avatar Dec 20 '22 18:12 nulltea