标签: node.js openssl biginteger
前段时间我探索了OpenSSL中嵌入的大数量功能(例如,可用#include <openssl/bn.h>),我想在节点中使用它。据我所知,OpenSSL通过加密库模块暴露,但我无法想象如何访问它,虽然 - 我认为 - 它应该是可用的。至少,它出现在github。
#include <openssl/bn.h>
有任何提示吗?