10 lines
202 B
C#
10 lines
202 B
C#
namespace SpaceWizards.Sodium.Interop
|
|
{
|
|
public partial struct crypto_auth_hmacsha256_state
|
|
{
|
|
public crypto_hash_sha256_state ictx;
|
|
|
|
public crypto_hash_sha256_state octx;
|
|
}
|
|
}
|