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 ?