UNPKG

@gleif-it/did-webs-ts

Version:
11 lines (10 loc) 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createIdentifierAndKeys = void 0; const Aid_js_1 = require("./Aid.js"); const KeyState_js_1 = require("./KeyState.js"); const createIdentifierAndKeys = (identifier, keyState) => ({ identifier: (0, Aid_js_1.createAid)(identifier), keyState: (0, KeyState_js_1.createKeyState)(keyState.kt, keyState.k), }); exports.createIdentifierAndKeys = createIdentifierAndKeys;