Add project
Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
8
Hcs.Client/GostCryptography/Asn1/NullParams.cs
Normal file
8
Hcs.Client/GostCryptography/Asn1/NullParams.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using GostCryptography.Asn1.Ber;
|
||||
|
||||
namespace GostCryptography.Asn1
|
||||
{
|
||||
public sealed class NullParams : Asn1Null
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user