This commit is contained in:
zzz
2010-08-10 16:17:09 +00:00
parent 8eeabe4409
commit 4323036992
7 changed files with 74 additions and 4 deletions

View File

@ -586,12 +586,14 @@ public class I2PAppContext {
}
}
/** @deprecated unused */
public HMAC256Generator hmac256() {
if (!_hmac256Initialized)
initializeHMAC256();
return _hmac256;
}
/** @deprecated unused */
private void initializeHMAC256() {
synchronized (this) {
if (_hmac256 == null) {