Skip to content

Files

Latest commit

 

History

History
18 lines (13 loc) · 328 Bytes

bn.js.md

File metadata and controls

18 lines (13 loc) · 328 Bytes

bn.js

Library compilation

Run the steps for building libfuzzer-js first.

git clone --depth 1 https://github.com/indutny/bn.js.git
export BN_JS_PATH=$(realpath bn.js/lib/bn.js)
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BN_JS"

Module compilation

cd cryptofuzz/modules/bn.js/
make