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