forked from I2P_Developers/i2p.i2p
NTCP2: Remove dup getHash() method
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user