Skip to content

cberthou/node-md5-file-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node MD5 file native

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.

C++ MD5

The md5 C++ implementation comes from this article.

Use project

Install deps with

yarn

Setup node-gyp with

yarn configure

Build the native module with

yarn build

Run the tests with

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published