mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
(Blowfish.CreateDecryptor): new method.
This commit is contained in:
parent
be433288b2
commit
ffd0648b27
@ -286,6 +286,11 @@ namespace GameRes.Cryptography
|
||||
}
|
||||
}
|
||||
|
||||
public ICryptoTransform CreateDecryptor ()
|
||||
{
|
||||
return new BlowfishDecryptor (this);
|
||||
}
|
||||
|
||||
private uint F(uint x)
|
||||
{
|
||||
ushort a;
|
||||
|
Loading…
Reference in New Issue
Block a user