Skip to content

Re-instate lazy encryption / decryption

Jean-Paul Calderone requested to merge lazy-encryption into main

!54 (merged) switched encryption / decryption to strict ByteStrings as part of the change away from cipher-aes128. This restores laziness in these operations.

Merge request reports