tlock-rs
tlock-rs copied to clipboard
fixed blocksize comparison in IBE
- fixed a small bug where block size assertions were checking the opposite of their message
- tidied up some imports
@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 !
Thanks for the PRs. Apologies for such a late merge. Support for more 32 bytes plaintext will be added in later commits.