mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-25 12:24:12 +08:00
(Camellia.Key): new public property.
This commit is contained in:
parent
86536cd29a
commit
0c63353c08
@ -45,6 +45,12 @@ namespace GameRes.Encryption
|
|||||||
m_key = key;
|
m_key = key;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public uint[] Key
|
||||||
|
{
|
||||||
|
get { return m_key; }
|
||||||
|
set { m_key = value; }
|
||||||
|
}
|
||||||
|
|
||||||
[ThreadStatic]
|
[ThreadStatic]
|
||||||
static uint[] dst_block;
|
static uint[] dst_block;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user