Files
CSSUDII.Sodium/CSSUDII.Sodium.Interop/Generated/crypto_aead_aes256gcm_state.cs

17 lines
365 B
C#

using System.Runtime.CompilerServices;
namespace CSSUDII.Sodium.Interop
{
public partial struct crypto_aead_aes256gcm_state
{
[NativeTypeName("unsigned char[512]")]
public _opaque_e__FixedBuffer opaque;
[InlineArray(512)]
public partial struct _opaque_e__FixedBuffer
{
public byte e0;
}
}
}