A simple native implementation of a synchronous MD5 hash computation. This is for demonstration purpose only, as it is not optimized nor uses asynchronous callbacks.
The md5 C++ implementation comes from this article.
Install deps with
yarn
Setup node-gyp with
yarn configure
Build the native module with
yarn build
Run the tests with
yarn test