forked from I2P_Developers/i2p.i2p
final
This commit is contained in:
@@ -56,10 +56,10 @@ implements Mac
|
|||||||
private final static byte IPAD = (byte)0x36;
|
private final static byte IPAD = (byte)0x36;
|
||||||
private final static byte OPAD = (byte)0x5C;
|
private final static byte OPAD = (byte)0x5C;
|
||||||
|
|
||||||
private Digest digest;
|
private final Digest digest;
|
||||||
private int digestSize;
|
private final int digestSize;
|
||||||
private byte[] inputPad = new byte[BLOCK_LENGTH];
|
private final byte[] inputPad = new byte[BLOCK_LENGTH];
|
||||||
private byte[] outputPad = new byte[BLOCK_LENGTH];
|
private final byte[] outputPad = new byte[BLOCK_LENGTH];
|
||||||
|
|
||||||
public I2PHMac(
|
public I2PHMac(
|
||||||
Digest digest)
|
Digest digest)
|
||||||
|
Reference in New Issue
Block a user