wstrange / asn1lib

Dart ASN1 Encoder / Decoder
BSD 2-Clause "Simplified" License
30 stars 30 forks source link

Use of Int64List #18

Closed areiter closed 7 years ago

areiter commented 8 years ago

Is there a good reason why ASN1Integer uses Int64List and not always defaults to BigInteger? It seems to be the only thing blocking usage in the browser via dart2js.

stevenroose commented 8 years ago

I'm not familiar with the current implementation and don't really have the time to look at it, but if you could reimplement it in a way that works in the browser, I would kindly invite you to! :)

pulyaevskiy commented 8 years ago

Hey guys,

If you're still interested would you mind testing #20 on your codebases (if you're using this library)?

stevenroose commented 8 years ago

Should be fixed, but additional testing is always a good idea :)

stevenroose commented 7 years ago

Solved by #20.