MetaMask / MetaMask/tkey-examples
`compressedTSSPubKey` seems like an uncompressed public key
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
`compressedTSSPubKey` seems like an uncompressedPubKey. Is it mislabeled?
https://github.com/tkey/tkey-mpc-examples/blob/e3312442eb183cd8cd68483c7f7d5c7c57d1f33f/tkey-mpc-web/tkey-mpc-react-popup-example/src/App.tsx#L207
See: https://ethereum.stackexchange.com/a/103486
https://github.com/tkey/tkey-mpc-examples/blob/e3312442eb183cd8cd68483c7f7d5c7c57d1f33f/tkey-mpc-web/tkey-mpc-react-bitcoin-example/src/App.tsx#L264
See: https://learnmeabitcoin.com/technical/public-key#public-key-format
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the `compressedTSSPubKey` usage at `tkey-mpc-react-popup-example/src/App.tsx` line 207 and `tkey-mpc-react-bitcoin-example/src/App.tsx` line 264 with the linked public-key format references. Confirm whether the value is compressed, then determine whether the labels or accompanying example text need correction; done means the terminology matches the actual key format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- cryptography, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100