THe whole set of bindigns.

This commit is contained in:
Pieter-Jan Briers
2022-03-27 17:08:44 +02:00
parent 90c3048206
commit 0df015d897
23 changed files with 3368 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace SpaceWizards.Sodium.Interop
{
public partial struct crypto_auth_hmacsha256_state
{
public crypto_hash_sha256_state ictx;
public crypto_hash_sha256_state octx;
}
}