9 lines
207 B
C#
9 lines
207 B
C#
namespace SpaceWizards.Sodium.Interop
|
|
{
|
|
public unsafe partial struct crypto_generichash_blake2b_state
|
|
{
|
|
[NativeTypeName("unsigned char [384]")]
|
|
public fixed byte opaque[384];
|
|
}
|
|
}
|