Searched refs:NONCE_LENGTH (Results 1 – 1 of 1) sorted by relevance
47 private static final int NONCE_LENGTH = 12; field in ChaCha20ParameterSpec68 if (this.nonce.length != NONCE_LENGTH) { in ChaCha20ParameterSpec()