Looks good except this: (two points near cipher..c) > +c:init(nil, iv) > +cipher = c:update('plain ') > +cipher = cipher..c:update('next plain') > +cipher = cipher..c:result() > +crypto.cipher.aes128.cbc.decrypt(cipher, key, iv) > +-- Reuse.