THe whole set of bindigns.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace SpaceWizards.Sodium.Interop;
|
||||
|
||||
/// <summary>
|
||||
/// WARNING: This type MUST be aligned to a 16-byte boundary.
|
||||
/// .NET does not currently have a method of specifying this at the type level,
|
||||
/// so you need to manage this yourself when allocating space or such.
|
||||
/// </summary>
|
||||
public unsafe partial struct crypto_onetimeauth_poly1305_state
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user