Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
There was an error while loading. Please reload this page.
Hi,
I want to use
uECC_shared_secret()to derive a shared secret. I have only the x coordinate of the public key. I assume the functionuECC_shared_secret()requires the uncompressed key holding both coordinates {x,y}. How to decompress the public key? I found the following function in uECC link, however, this function appears to not be part of tinycrypt.