mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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)
|
private uint F(uint x)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user