-
- Downloads
crypto/modes/ctr: update api to const input buffers
Input buffers are not modified, so can be declared const arguments. This will allow using `const` inputs for `modes/ccm`.
Please register or sign in to comment
Input buffers are not modified, so can be declared const arguments. This will allow using `const` inputs for `modes/ccm`.