UNPKG

@polkadot/util-keyring

Version:
13 lines (12 loc) 557 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PKCS8_HEADER = exports.PKCS8_DIVIDER = void 0; // Copyright 2017-2018 @polkadot/util-keyring authors & contributors // This software may be modified and distributed under the terms // of the ISC license. See the LICENSE file for details. const PKCS8_DIVIDER = new Uint8Array([161, 35, 3, 33, 0]); exports.PKCS8_DIVIDER = PKCS8_DIVIDER; const PKCS8_HEADER = new Uint8Array([48, 83, 2, 1, 1, 48, 5, 6, 3, 43, 101, 112, 4, 34, 4, 32]); exports.PKCS8_HEADER = PKCS8_HEADER;