"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NO_COORD_PK_BYTE_LENGTH = void 0;
// NO_COORD_PK_BYTE_LENGTH is the length of a BTC public key without the coordinate in bytes.
exports.NO_COORD_PK_BYTE_LENGTH = 32;