/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
- /*!
- * bech32m.js - bech32m for bcrypto
- * Copyright (c) 2021, the bcoin developers (MIT License).
- * https://github.com/bcoin-org/bcrypto
- */
- 'use strict';
- const BECH32 = require('../js/bech32');
- module.exports = new BECH32(0x2bc830a3);