CCMDecryption.this

class CCMDecryption
this
(,
size_t tag_size = 16
,
size_t L = 3
)

Parameters

cipher BlockCipher

a 128-bit block cipher

tag_size size_t

is how big the auth tag will be (even values between 4 and 16 are accepted)

L size_t

length of L parameter. The total message length must be less than 2**L bytes, and the nonce is 15-L bytes.

Meta