mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #8294 from cladmi/pr/sys/crypto/ccm/fixup_docstring
sys/crypto/ccm: fix docstring value for 'nonce_len'
This commit is contained in:
commit
5f8e37ee2b
@ -44,7 +44,7 @@ extern "C" {
|
||||
* (2^(8*length_enc)).
|
||||
* @param nonce Nounce for ctr mode encryption
|
||||
* @param nonce_len Length of the nonce in octets
|
||||
* (maximum: 16-length_encoding)
|
||||
* (maximum: 15-length_encoding)
|
||||
* @param input pointer to input data to encrypt
|
||||
* @param input_len length of the input data
|
||||
* @param output pointer to allocated memory for encrypted data. It
|
||||
@ -69,7 +69,7 @@ int cipher_encrypt_ccm(cipher_t* cipher, uint8_t* auth_data,
|
||||
* (2^(8*length_enc)).
|
||||
* @param nonce Nounce for ctr mode encryption
|
||||
* @param nonce_len Length of the nonce in octets
|
||||
* (maximum: 16-length_encoding)
|
||||
* (maximum: 15-length_encoding)
|
||||
* @param input pointer to input data to decrypt
|
||||
* @param input_len length of the input data
|
||||
* @param output pointer to allocated memory for decrypted data. It
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user