AeadParams constructor
Constructs an instance of AeadParams with the given tagLength
and nonceLength
.
Both tagLength
and nonceLength
must be positive integers.
Implementation
AeadParams(this.tagLength, this.nonceLength);
Constructs an instance of AeadParams with the given tagLength
and nonceLength
.
Both tagLength
and nonceLength
must be positive integers.
AeadParams(this.tagLength, this.nonceLength);