mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(Blowfish.CreateDecryptor): new method.
This commit is contained in:
@@ -285,6 +285,11 @@ namespace GameRes.Cryptography
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public ICryptoTransform CreateDecryptor ()
|
||||
{
|
||||
return new BlowfishDecryptor (this);
|
||||
}
|
||||
|
||||
private uint F(uint x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user