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