docs: fix ECC capabilities table - #67
Conversation
Fix the ECC capabilities markdown table so it renders correctly.
| | `unc` | Supports compressed points representation | | ||
| | `cmp` | Supports compressed points representation | |
There was a problem hiding this comment.
The descriptions for unc and cmp are the same.
I suspect unc should say:
Supports uncompressed points representation
There was a problem hiding this comment.
Hi @domodwyer, yes it should. Can you adjust your PR to reflect the change? As far as I can see it is left to "compressed". Many thanks!
There was a problem hiding this comment.
Yeah I didn't changed it until confirmed - I've pushed f5838c8 that corrects this now 👍
keldonin
left a comment
There was a problem hiding this comment.
Thank you @domodwyer for your contribution. Please check the comments and adjust your PR.
:-)
| | `unc` | Supports compressed points representation | | ||
| | `cmp` | Supports compressed points representation | |
There was a problem hiding this comment.
Hi @domodwyer, yes it should. Can you adjust your PR to reflect the change? As far as I can see it is left to "compressed". Many thanks!
This looks to be a copy / paste mistake.
Fixes the broken
pkcs11infotable rendering for ECC capabilities: https://github.com/Mastercard/pkcs11-tools/blob/master/docs/MANUAL.md#p11slotinfoThe f192a44 commit was the result of the automatic formatting by my editor but I included it as it fixes some minor stray spaces. Happy to drop the commit though 👍
docs: reformat table alignment (f192a44)
docs: fix ECC capabilities table (6a5e4ba)