Results 17 comments of passabilities.eth

for instance when a number needs to be represented by all 32 bytes but there are leading `0`s in the hex number take this example: ```node > num = BigInt('0x044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d')...

iirc in v5 `hexlify` did not throw an error and did exactly want I wanted

@monfresh I am getting the same error. 1.0.0 was supposed to fix a precompilation error I was running into. EDIT: So it seems that `DigestUtils` is only available in Rails...

Ok so I found a workaround for this using `Rails 3.2.22` (didnt try for any other versions) and `requirejs-rails 1.0.0`. If you just copy and paste [DigestUtils.rb](https://gist.github.com/passa763/9b391bd273690ca94c75) file into `config/initializers`,...

@carsomyr `bin` needs to be a string in order for `unpack` to work. But for me, `bin` is a `` object. **EDIT**: what Rails version are you using?

if I remember correctly there was something wrong with the file I was using.

Have you guys tried with a different file? I was having an issue where it would start processing but an error would occur without warning because there was something wrong...