NTCP2: Remove dup getHash() method

This commit is contained in:
zzz
2018-07-11 14:25:43 +00:00
parent 9d2f684ac7
commit b78870de54
3 changed files with 1 additions and 11 deletions

View File

@@ -882,14 +882,6 @@ public class HandshakeState implements Destroyable {
return symmetric.getChainingKey();
}
/**
* I2P for getting current hash for siphash calculation
* @return NOT a copy, do not modify
*/
public byte[] getHash() {
return symmetric.getHandshakeHash();
}
/**
* I2P debug
*/