/lib/encoding/bech32m-browser.js

https://github.com/bcoin-org/bcrypto · JavaScript · 10 lines · 3 code · 2 blank · 5 comment · 0 complexity · f61b5674c8b6c5c7d38fcfd7aae5fc54 MD5 · raw file

  1. /*!
  2. * bech32m.js - bech32m for bcrypto
  3. * Copyright (c) 2021, the bcoin developers (MIT License).
  4. * https://github.com/bcoin-org/bcrypto
  5. */
  6. 'use strict';
  7. const BECH32 = require('../js/bech32');
  8. module.exports = new BECH32(0x2bc830a3);