Agreed. I will make that change.
--Jamil
On 04/26/2018 11:20 AM, Sean Mullan wrote:
On 4/26/18 1:36 PM, Jamil Nimeh wrote:
Will do. I made some wording changes there to move away from
"96-bit" to "12-byte" also since that probably is more useful to
developers.
One other comment is that I think the get methods of
ChaCha20ParameterSpec should be final. There should be no reason to
override those methods and it will help ensure that the contract of
those methods are not being overridden by a subclass incorrectly.
--Sean