-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: default to uncompressed keys #2165
feat: default to uncompressed keys #2165
Conversation
🦋 Changeset detectedLatest commit: d7df917 The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3a5b77f
to
7075bbc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Changes look good overall. Left multiple comments regarding changesets. Can you also add one for the general change of this pr?
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
267c22c
to
4758e8b
Compare
…ative implementations - By default rely on uncompressed keys instead of compressed (for P256, P384, P521 and K256) - Utilze Uint8Array more instead of Buffer (i.e. for internally representing a key) Signed-off-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Berend Sliedrecht <[email protected]>
7652bf8
to
0451302
Compare
Signed-off-by: Berend Sliedrecht <[email protected]>
0451302
to
1df37b3
Compare
…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]>
297d209
into
openwallet-foundation:main
* feat: support A128CBC-HS256 encryption algorithm for JWE (openwallet-foundation#2174) Signed-off-by: Timo Glastra <[email protected]> * fix(cheqd): cheqd revocationRegistryDefinition resource name (openwallet-foundation#2139) Signed-off-by: DaevMithran <[email protected]> * refactor: split async `getData` method on x509 certificate (openwallet-foundation#2180) * feat: default to uncompressed keys (openwallet-foundation#2165) Signed-off-by: Berend Sliedrecht <[email protected]> * chore: update @hyperledger/aries-askar to @openwallet-foundation/askar (openwallet-foundation#2188) Signed-off-by: Berend Sliedrecht <[email protected]> * fix: typo statefull -> stateful (openwallet-foundation#2189) Signed-off-by: Timo Glastra <[email protected]> * chore: update ec-compression (openwallet-foundation#2190) Signed-off-by: Berend Sliedrecht <[email protected]> * chore(mdoc): update dependency (openwallet-foundation#2191) Signed-off-by: Berend Sliedrecht <[email protected]> Co-authored-by: Timo Glastra <[email protected]> * chore(mdoc): export DateOnly from @animo-id/mdoc (openwallet-foundation#2192) Signed-off-by: Berend Sliedrecht <[email protected]> * fix(askar): use compressed key as identifier (openwallet-foundation#2193) Signed-off-by: Timo Glastra <[email protected]> * add local packed files Signed-off-by: Timo Glastra <[email protected]> * feat: enable dcql selection Signed-off-by: Timo Glastra <[email protected]> * fix typing dcql selection Signed-off-by: Timo Glastra <[email protected]> * dc api session transcript options Signed-off-by: Timo Glastra <[email protected]> * fix: import Signed-off-by: Timo Glastra <[email protected]> * add binaries Signed-off-by: Timo Glastra <[email protected]> * remove binaries Signed-off-by: Timo Glastra <[email protected]> --------- Signed-off-by: Timo Glastra <[email protected]> Signed-off-by: DaevMithran <[email protected]> Signed-off-by: Berend Sliedrecht <[email protected]> Co-authored-by: DaevMithran <[email protected]> Co-authored-by: Berend Sliedrecht <[email protected]>
TODO for future crypto changes: