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
The X.509 encoding library is a bit hard to follow/contribute to. It might be worth making it more like the asn1 library, where you derive an encode trait on a struct that holds the data to be encoded.
It might even be worth trying to use the asn1 crate and checking how much size it adds to the binary.
Not high priority, just a thought.
The text was updated successfully, but these errors were encountered:
The X.509 encoding library is a bit hard to follow/contribute to. It might be worth making it more like the asn1 library, where you derive an encode trait on a struct that holds the data to be encoded.
It might even be worth trying to use the asn1 crate and checking how much size it adds to the binary.
Not high priority, just a thought.
The text was updated successfully, but these errors were encountered: