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