I don't know if this is the right list for this, but can anyone let me know
how to run the unit tests in bitcoinjs-lib?
I'm currently getting, the version bytes aren't the xpub/xprv they should
be and I'm trying to add a diffie hellman method to the master keys.
key.serialize()
"
2VuYseK3EHPcTc6KM6ZELVYwMm1uHbs3c4LLpWHqEsgGR52Nc99baAKsTmoiSSajx4f5ma2hxrj7CBvDGsRJa5kVrFgyT5qsfrDTu4Xr8yRaJYYsk9WM
"
key.getPub().serialize()
"
LgzyLNntPemjh3ecXZAFeEWLCb1k3eKiytsDMiSCE247aWsVMwqPbyC2hfzjM79TragbgKmBn9hgXZA8DR7PUCz6cfkuyCmTzHDr25xkKoBbEtUKZA
"
Thanks