THe whole set of bindigns.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SpaceWizards.Sodium.Interop
|
||||
{
|
||||
public unsafe partial struct crypto_onetimeauth_poly1305_state
|
||||
{
|
||||
[NativeTypeName("unsigned char [256]")]
|
||||
public fixed byte opaque[256];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user