Files
CSSUDII.Sodium/CSSUDII.Sodium.Interop/Generated/crypto_auth_hmacsha512256_state.cs

10 lines
200 B
C#

namespace CSSUDII.Sodium.Interop
{
public partial struct crypto_auth_hmacsha512256_state
{
public crypto_hash_sha512_state ictx;
public crypto_hash_sha512_state octx;
}
}