HungHD
HungHD
The curve name get from `readableName` field can contain uppercase but the curve name from [ECCurve](https://pub.dev/documentation/pointycastle/latest/impl.ecc.ecc_base/ECDomainParametersImpl-class.html) is lowercase only so it is better to cast the `readableName` to lowercase.
My settings for socket works fine in default flutter web, but it throws this error `No transports available` when trying on Webassembly mode. Should I need any extras config for...
Step to produce: - Enable Impeller on Android
I try to parse this following ASN.1 structure ``` // ASN.1 structure of CMS SignedData // // ContentInfo ::= SEQUENCE { // contentType ContentType, // content [0] EXPLICIT ANY DEFINED...