We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3abb commit 5dbe8d2Copy full SHA for 5dbe8d2
test.broken/crypto/hash.js renamed to test/crypto/hash.js
@@ -94,7 +94,7 @@ describe('Hash', function() {
94
95
it('calculates the hash of this buffer correctly', function() {
96
var hash = Hash.blake256ripemd160(buf);
97
- hash.toString('hex').should.equal('7322e2bd8535e476c092934e16a6169ca9b707ec');
+ hash.toString('hex').should.equal('468394f9ea4c98edbe393e8fdf35f8340cf19f58');
98
});
99
100
it('fails when the input is not a buffer', function() {
0 commit comments