javadoc fixes

This commit is contained in:
zzz
2019-09-28 12:07:59 +00:00
parent 679aa1afac
commit 3710ff9aa1
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ public interface IVValidator {
* dvorak for pointing out that tagging!
*
* @param iv data will not be modified
* @param iv payload will not be modified
* @param payload will not be modified
*/
public boolean receiveIV(byte iv[], int ivOffset, byte payload[], int payloadOffset);
}