mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +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;
|
||||
}
|
||||
|
||||
public uint[] Key
|
||||
{
|
||||
get { return m_key; }
|
||||
set { m_key = value; }
|
||||
}
|
||||
|
||||
[ThreadStatic]
|
||||
static uint[] dst_block;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user