UNPKG

@transmute/bls12381-key-pair

Version:
5 lines (4 loc) 138 B
export declare const getKeyPairFromPrivateKeyJwk: (privateKeyJwk: any) => { publicKey: Uint8Array; privateKey: Uint8Array; };