Part of ENG-3099
This diff implements modified PKCS#7 padding, which operates on block basis, instead of byte basis.
It is described in this Notion doc.
Depends on D7059
Differential D7060
[lib] Introduce superblock padding bartek on Mar 13 2023, 7:44 AM. Authored by Tags None Referenced Files
Details
Part of ENG-3099 This diff implements modified PKCS#7 padding, which operates on block basis, instead of byte basis. Depends on D7059 Added unit tests. Also tested using my CLI tool and hex editor / viewer (e.g. xxd tool). The CLI tool is also available in the Notion doc above
Diff Detail
Event TimelineComment Actions Specifically adding @tomek as reviewer since he seemed to have some thoughts during the Encryption Sync (that might've been discussed offline?) Comment Actions The Notion doc was super helpful for understanding what's going on. Thanks for taking the time to write that all out. |