Alex Mizrahi
Alex Mizrahi
Thx, I also want to fix encoding JS integers > 2^32-1 while we are here. If you don't mind I'll redirect them to BN.
Hi, I fixed lint issues and also added support for integers >= 2^31. I don't see BN.fromTwos in BN library so I don't see an opportunity to handle it in...
Yes, currently cannot handle numbers >=2^31. Proposed fix here: https://github.com/indutny/asn1.js/pull/90
Negative numbers are overrated.