UNPKG

@transmute/bls12381-key-pair

Version:
4 lines (3 loc) 137 B
export const getPublicKeyFromPublicKeyJwk = (publicKeyJwk: any) => { return Uint8Array.from(Buffer.from(publicKeyJwk.x, 'base64')); };