Update to sodium 1.0.20.1 to .NET 8
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace CSSUDII.Sodium.Interop
|
||||
{
|
||||
public partial struct crypto_auth_hmacsha256_state
|
||||
{
|
||||
public crypto_hash_sha256_state ictx;
|
||||
|
||||
public crypto_hash_sha256_state octx;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user