You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all types are encoded / decoded as ber. A NTTP should be added to each ASN.1 type which allows the user to specify expected encoding scheme. An enum class should be defined to select the scheme. The encoding should be defined for types to allow optimised storage of their encoding.
Currently all types are encoded / decoded as
ber
. A NTTP should be added to each ASN.1 type which allows the user to specify expected encoding scheme. Anenum class
should be defined to select the scheme. The encoding should be defined for types to allow optimised storage of their encoding.Expected format:
The text was updated successfully, but these errors were encountered: