Horia Schiau
Results
1
comments of
Horia Schiau
I've looked at the current implementation for **signData**. Something like this seems to work for obtaining the public key. ```javascript if (key) { const coseKey = MS.COSEKey.from_bytes(Buffer.from(key, 'hex')); const publicKeyBytes...