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
Disables export of Asn1Element.Tag class to ObjC. Signum remains usable for KMP projects,
the Tag class just cannot be directly accessed from Swift and ObjC any more.
3.8.0 (Supreme 0.3.0) Breaking Changes Ahead!
Completely revamped ASN.1 Tag Handling
Properly handle multi-byte tags
Introduce a new data structure TLV.Tag with an accompanying TagClass enum and a constructed flag to accurately represent arbitrary tags up to ULong.MAX_VALUE
Make all tag parameters ULong to reflect support for multi-byte tags
Remove DERTags
Revamp implicit tagging (there is still work to be done, but at least it supports CONSTRUCTED ASN.1 elements)