exthereum / libsecp256k1

Erlang NIF bindings for libsecp256k1 ECDSA library
MIT License
8 stars 23 forks source link

Byte size of generated address inconsistent in test #14

Closed eaguilera23 closed 5 years ago

eaguilera23 commented 5 years ago

Setup

Bug (?)

Sometimes when I test I get this:

screen shot 2018-11-14 at 09 59 42

How to reproduce

I can't reproduce it consistently. I have tried with the seed with which the test fails, but then it passes. My guess is that it is how byte_size counts the bytes in a low level way, because every other test passes perfectly.

Just wanted to open up the discussion to see if someone else can reproduce this.

eaguilera23 commented 5 years ago

Wrong repo, my bad