Skip to content

[Request] Support JWK & JWS representation and secp256r1 & secp256k1 encryption #939

Open
@Aconitin

Description

@Aconitin

Description

Add support for JWK & JWS representations as well as secp256r1 & secp256k1 encryption and verification.

Motivation

We parse DID Documents and VCs byte-wise in hardware. In order for our hardware to be compatible with identity.rs, we need to be able to represent keys as JWK/JWS instead of JCS, and to encrypt/verify using secp256r1 & secp256k1.

Note that all of this is of course supported by the W3C DID/VC Standards.

Requirements

Encoding types

Encryption types

  • secp256r1 aka P-256
  • secp256k1

Are you planning to do it yourself in a pull request?

No, as of now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RequestRequest a feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions