#!/usr/bin/env node 'use strict' const HKDF = require('node-hkdf-sync') const label = process.argv[2] const masterSeedHex = process.argv[3].trim() if (process.argv.length !== 4) { console.log('hdkf