Fedor Indutny

Results 187 comments of Fedor Indutny

In lieu of closed PR: https://github.com/flipperdevices/flipperzero-firmware/pull/1443 cc @skotopes

I realized that I need to make it account properly for the size of user dict. Will un-draft the PR as soon as it is done.

Nevermind, that was a night time and I didn't realize that we actually reset the UI when working through a new dict. Force pushed and ready for a review now....

I actually just added eslint to the `package.json`. So you can run `npm run lint` to fix the most of these issues.

Sure thing. I've published 5.4.1 without it. This is a breaking change, but it is a security bugfix. Ideally it should not become a major release of the library and...

Oh. I think it is OpenSSL that produces such PEM/DER in `PEM_write_bio_RSAPrivateKey`, and it is indirectly called through `ursa`. I'll have to investigate it in better detail.

Hello! I think what you are looking for is a documentation for [BN][0] module. This is the bignum that this library uses for integers. [0]: https://github.com/indutny/bn.js

Oh, that's right. Thank you!

I just received this PR https://github.com/indutny/asn1.js/pull/72 :)