X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fcombined%2Findex.js;h=b020f593cce134170b9c57b765d5c883e42d6473;hb=d9ad938b521ad316f5fb6a80f260b77b80a0e864;hp=d3bc7a59d034d3c68991aedc369d215569f06cab;hpb=f7f579f5f5239ef94d9fa34c77085bd19c5178e9;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/libs/combined/index.js b/libs/combined/index.js index d3bc7a5..b020f59 100644 --- a/libs/combined/index.js +++ b/libs/combined/index.js @@ -14,6 +14,10 @@ module.exports.bchaddr = require('bchaddrjs') module.exports.bchaddrSlp = require('bchaddrjs-slp') +/* bech32 */ + +module.exports.bech32 = require('bech32') + /* biginteger */ module.exports.BigInteger = require('javascript-biginteger')