-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api)!: expose _raw_ CBC wrappers, with manual padding
Leave room for a simpler `CBC_*crypt_buffer_inplace` with automatic padding This is incompatible with the previous rc0, but the fix is a rename: - CBC_encrypt_buffer_inplace -> CBC_encrypt_buffer_inplace_raw - CBC_decrypt_buffer_inplace -> CBC_decrypt_buffer_inplace_raw
- Loading branch information
Showing
3 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters