Files
hcs/Hcs.ClientNet/GostCryptography/Asn1/Gost/Gost_R3411/Gost_R3411_DigestParams.cs

9 lines
174 B
C#

using GostCryptography.Asn1.Ber;
namespace GostCryptography.Asn1.Gost.Gost_R3411
{
public abstract class Gost_R3411_DigestParams : Asn1ObjectIdentifier
{
}
}