node-mcrypt icon indicating copy to clipboard operation
node-mcrypt copied to clipboard

Failed compatibility

Open Alexandre-io opened this issue 10 years ago • 1 comments

This test:

describe('selfTest', function(){
    it('should return true', function(){
        assert(mc.selfTest(), 'return value is not true');
    });
});

is failling with :

- selfTest
failed compatibility
Expected: a1502d70ba1320c8
Got: ff502d70ff1320ffffffc8

Alexandre-io avatar Nov 09 '15 14:11 Alexandre-io

Yeah i expected same. I'm going to lookup internal behavior of libmcrypt

tugrul avatar Nov 09 '15 16:11 tugrul