|
|
|
|
|
by deepsun
245 days ago
|
|
Wow, I needed to parse just one small ASN.1 with one value (one signature), but I didn't know ASN.1 can have a specification (to generate parser from it). So I ended up untangling it myself, just for that specific 256 bits. Still I think it's better to have overapecified format for security stuff, json and xml are just too vague and parsers are unpredictable. |
|