-
- Downloads
crypto/modes/ccm: update internal functions to const input buffers
Input buffers are not modified, so can be declared const arguments. This will allow using `const` inputs for `modes/ccm`. Also say `iv` const even if not required for the api update, just because it is the case.
Please register or sign in to comment