Skip to content
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

Assert valid LD-Signature types when issuing a credential #88

Open
tdiesler opened this issue Feb 21, 2023 · 0 comments
Open

Assert valid LD-Signature types when issuing a credential #88

tdiesler opened this issue Feb 21, 2023 · 0 comments
Labels
task Something to do that's not a bug, feature, etc.

Comments

@tdiesler
Copy link
Owner

// Supported signatures
// https://w3c-ccg.github.io/ld-cryptosuite-registry/
enum class LdSignatureType {
    Ed25519Signature2018,
    Ed25519Signature2020,
    EcdsaSecp256k1Signature2019,
    RsaSignature2018,
    JsonWebSignature2020,
    JcsEd25519Signature2020
}
@tdiesler tdiesler added feature New feature or request task Something to do that's not a bug, feature, etc. and removed feature New feature or request labels Feb 21, 2023
@tdiesler tdiesler added this to the 23.3.0 milestone Feb 23, 2023
@tdiesler tdiesler modified the milestones: 23.3.0, 23.4.0 Mar 10, 2023
@tdiesler tdiesler removed this from the 23.4.0 milestone Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Something to do that's not a bug, feature, etc.
Projects
None yet
Development

No branches or pull requests

1 participant