Coder Social home page Coder Social logo

Comments (4)

dcousens avatar dcousens commented on May 23, 2024

Interesting, but, this actually isn't our fault!

let buffer = Buffer.from('ea9d80e70b08bbfb6b7f2bca56c88ddb2c2d003e675a855779d81e11f3009346a', 'hex')
// <Buffer ea 9d 80 e7 0b 08 bb fb 6b 7f 2b ca 56 c8 8d db 2c 2d 00 3e 67 5a 85 57 79 d8 1e 11 f3 00 93 46>

You passed a 65-byte hex string, and a 32-byte Buffer is parsed.
Why does Node not throw? Ask them, but, alas.

from bip39.

dcousens avatar dcousens commented on May 23, 2024

Keeping open for now, as I'd like to hear your opinion, this is certainly a confusing (and unfortunate) result.

from bip39.

cgcardona avatar cgcardona commented on May 23, 2024

Looking back through my console I see the issue. TLDR adding the a on the end was a typo in my test suite.

Both the 64 and 65 char entropy strings produce the same mnemonic

let a = bip39.entropyToMnemonic('ea9d80e70b08bbfb6b7f2bca56c88ddb2c2d003e675a855779d81e11f3009346')
// 'tunnel ugly degree bid merry world pupil tornado ski rent casino rent security length wet twice luxury rookie invite destroy busy leopard escape shoe'

let b = bip39.entropyToMnemonic('ea9d80e70b08bbfb6b7f2bca56c88ddb2c2d003e675a855779d81e11f3009346a')
// 'tunnel ugly degree bid merry world pupil tornado ski rent casino rent security length wet twice luxury rookie invite destroy busy leopard escape shoe'

Node's Crypto.randomBytes correctly returned a 64 character hex encoded string but when I manually copied the 64 char string to my fixtures JSON I added an a due to my vim workflow.

So my entropyToMnemonic tests passed but the mnemonicToEntropy tests failed because my assertion was for the 65 character string.

Apologies for the false flag. Again, thanks for a great lib. 🎩

from bip39.

lp12ucw avatar lp12ucw commented on May 23, 2024

from bip39.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.