somesocks / lua-lockbox

A collection of cryptographic primitives written in pure Lua
MIT License
357 stars 74 forks source link

Fix bug in PKCS7 padding count #38

Closed blueyetisoftware-jason closed 1 year ago

blueyetisoftware-jason commented 1 year ago

Closes #14

This fixes an off by one error in the PKCS7 implementation. Existing unit tests pass