Skip to content

Commit

Permalink
feat: adds fromPem method for identity-secp256k1 (#816)
Browse files Browse the repository at this point in the history
* feat: adds pemToSecretKey

* feat: adds `fromPem` method for `identity-secp256k1`

* wip

* feat: check for ASN.1 OID before returning private key

* rebuilding package-lock

* increasing size limit

* Update docs/generated/changelog.html

* Update docs/generated/changelog.html
  • Loading branch information
krpeacock authored Feb 21, 2024
1 parent 0f0e10a commit e04e3c6
Show file tree
Hide file tree
Showing 8 changed files with 2,242 additions and 1,167 deletions.
4 changes: 3 additions & 1 deletion docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ <h1>Agent-JS Changelog</h1>

<section>
<h2>Version x.x.x</h2>
<ul></ul>
<ul>
<li>feat: adds `fromPem` method for `identity-secp256k1`</li>
</ul>
<h2>Version 1.0.1</h2>
<ul>
<li>fix: ed25519KeyIdentity was not generating unique identities when no seed was provided. This issue was introduced in v0.20.0-beta.0. If your code was affected please upgrade to >=1.0.1</li>
Expand Down
Loading

0 comments on commit e04e3c6

Please sign in to comment.