mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(malie): generalized encryption handling.
This commit is contained in:
@@ -77,9 +77,9 @@ namespace GameRes.Formats.Malie
|
||||
return new LibUReader (input);
|
||||
}
|
||||
|
||||
public static LibUReader Create (ArcView file, Camellia encryption)
|
||||
public static LibUReader Create (ArcView file, IMalieDecryptor decryptor)
|
||||
{
|
||||
var input = new EncryptedStream (file, encryption);
|
||||
var input = new EncryptedStream (file, decryptor);
|
||||
return new LibUReader (input);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user