Skip to content

Use safe-buffer & License, drop Node<4 and md5.js #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 24, 2017
Merged

Conversation

dcousens
Copy link
Member

No description provided.

make-hash.js Outdated
var charSize = 8
var hashSize = 16
var Buffer = require('safe-buffer').Buffer
var zeroBuffer = Buffer.alloc(INT32_SIZE, 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alloc zero fills by default

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, it was just about making that clear

@dcousens
Copy link
Member Author

dcousens commented May 24, 2017

added LICENSE, and some other cleanup, tests should pass now

@dcousens
Copy link
Member Author

Added md5.js and latest RIPEMD160, dropped safe-buffer requirement entirely. Will update those repos now.

Good to merge.

@dcousens dcousens requested a review from fanatid May 24, 2017 07:18
@dcousens
Copy link
Member Author

@fanatid it seems I've repeated your work in #13

@dcousens dcousens changed the title safe-buffer Use safe-buffer & License, drop Node<4 and md5.js May 24, 2017
@dcousens dcousens merged commit d71b31a into master May 24, 2017
@dcousens dcousens deleted the safebuf branch May 24, 2017 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants