Skip to content

Commit

Permalink
docs(changeset): - Rely on Uint8Array instead of Buffer for internal …
Browse files Browse the repository at this point in the history
…key bytes representation

- Remove dependency on external Big Number libraries
- Default to use of uncompressed keys for Secp256k1, Secp256r1, Secp384r1 and Secp521r1

Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Feb 11, 2025
1 parent 1df37b3 commit d7df917
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/cool-pets-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@credo-ts/anoncreds': minor
'@credo-ts/askar': minor
'@credo-ts/core': minor
---

- Rely on Uint8Array instead of Buffer for internal key bytes representation
- Remove dependency on external Big Number libraries
- Default to use of uncompressed keys for Secp256k1, Secp256r1, Secp384r1 and Secp521r1

0 comments on commit d7df917

Please sign in to comment.