1

Some time ago I explored the big number functionality that come embedded in OpenSSL (available - for instance - by #include <openssl/bn.h>), and I'd like to use it in node. As I understand it, OpenSSL get exposed via crypto library module, but I can't figure how to access it, albeit - I think - it should be available. At least, it appears in github.

Any hint available ?

CapelliC
  • 59,646
  • 5
  • 47
  • 90
  • Related, see [How to add 2 arbitrarily sized integers in C++?](https://stackoverflow.com/a/2926500/608639). Its not Node.js specific, however. – jww Aug 29 '17 at 12:48

0 Answers0