Files
CSSUDII.Sodium/SpaceWizards.Sodium.Interop/Generated/crypto_auth_hmacsha512256_state.cs
2022-03-27 17:08:44 +02:00

10 lines
205 B
C#

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