mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
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.