Skip to content

Commit

Permalink
feat(identity): allow importing and exporting ECDSA keys
Browse files Browse the repository at this point in the history
Implement encoding to/decoding from DER-encoded secret key document for `ecdsa::SecretKey`.
Implement encoding to/decoding from protobuf format for ECDSA keys.
Bump dependency `p256` from 0.12 to 0.13.
Bump dependency `sec1` from 0.3.0 to 0.7

Related: #3681.

Pull-Request: #3863.
  • Loading branch information
drHuangMHT authored May 4, 2023
1 parent c93f753 commit 1eb929b
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 72 deletions.
207 changes: 167 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1eb929b

Please sign in to comment.