8 lines
147 B
C#
8 lines
147 B
C#
namespace CSSUDII.Sodium.Interop
|
|
{
|
|
public partial struct crypto_sign_ed25519ph_state
|
|
{
|
|
public crypto_hash_sha512_state hs;
|
|
}
|
|
}
|