mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 07:08:56 +08:00
(Camellia.Key): new public property.
This commit is contained in:
@@ -45,6 +45,12 @@ namespace GameRes.Encryption
|
||||
m_key = key;
|
||||
}
|
||||
|
||||
public uint[] Key
|
||||
{
|
||||
get { return m_key; }
|
||||
set { m_key = value; }
|
||||
}
|
||||
|
||||
[ThreadStatic]
|
||||
static uint[] dst_block;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user