Add project
Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
7
Hcs.Client/GostCryptography/Asn1/Ber/Asn1Status.cs
Normal file
7
Hcs.Client/GostCryptography/Asn1/Ber/Asn1Status.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace GostCryptography.Asn1.Ber
|
||||
{
|
||||
public static class Asn1Status
|
||||
{
|
||||
public const int IndefiniteLength = -9999;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user