hashgraph / hashgraph/hedera-sdk-reference
Wrong DER header for ECDSA public key
Open
enhancement
- Dominant language
- HTML
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
The [DER header for ECDSA public key](https://github.com/hashgraph/hedera-sdk-reference/blob/997f4304870b9d6f16554741095ab19efe0d32da/reference/cryptography/PublicKey.md#tostringder---string) is wrong. It should be `302d300706052b8104000a032200` instead of `302f300706052b8104000a0324000421`
### Solution
- Change the header
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.