▲ | viraptor 18 hours ago | |
How much of it do you need in that representation? Usually I see that need in either: x509 where you're already using der, or tiny fragments where a custom tag-length-value would cover almost every usage without having to touch asn. | ||
▲ | RainyDayTmrw 14 hours ago | parent [-] | |
All I really need is serialization for structs. I'm trying to avoid inventing my own format, because it seems to be footgun-prone. |