## Description The built-in ECDSA is based on NIST P-256 (a.k.a. secp256r1), not secp256k1. This PR just fix that typo~
Relevant line of codes is https://github.com/apache/incubator-teaclave/blob/develop/attestation/src/key.rs#L25 ## Type of change (select applied and DELETE the others) - API change with a documentation update ## How Has This Been Tested? Document changed only~ ## Checklist (check ALL before submitting PR, even not applicable) - [x] Fork the repo and create your branch from `master`. - [x] If you've added code that should be tested, add tests. - [x] If you've changed APIs, update the documentation. - [x] Ensure the tests pass (see CI results). - [x] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/233 -- Commit Summary -- * docs(attestation): fix a typo and add some doc -- File Changes -- M attestation/src/attestation.rs (2) M attestation/src/key.rs (11) M attestation/src/platform.rs (4) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/233.patch https://github.com/apache/incubator-teaclave/pull/233.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/233
