Skip to content

Commit

Permalink
group context urls
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick <[email protected]>
  • Loading branch information
PatStLouis committed Sep 8, 2024
1 parent 3d6505c commit bf88b9e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions aries_cloudagent/vc/contexts.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""Context URLS."""

DID_V1 = "https://www.w3.org/ns/did/v1"
CREDENTIALS_V1 = "https://www.w3.org/2018/credentials/v1"
CREDENTIALS_V2 = "https://www.w3.org/ns/credentials/v2"

SECURITY_V1 = "https://w3id.org/security/v1"
SECURITY_V2 = "https://w3id.org/security/v2"
SECURITY_V3_UNSTABLE = "https://w3id.org/security/v3-unstable"
SECURITY_DATA_INTEGRITY_V2 = "https://w3id.org/security/data-integrity/v2"
SECURITY_BBS_V1 = "https://w3id.org/security/bbs/v1"
SECURITY_SUITES_ED25519_2020_V1 = "https://w3id.org/security/suites/ed25519-2020/v1"
SECURITY_MULTIKEY_V1 = "https://w3id.org/security/multikey/v1"
SECURITY_JWK_V1 = "https://w3id.org/security/jwk/v1"
2 changes: 0 additions & 2 deletions aries_cloudagent/vc/vc_di/cryptosuites/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .eddsa_jcs_2022 import EddsaJcs2022

CONTEXTS = {"data-integrity-v2": "https://w3id.org/security/data-integrity/v2"}

CRYPTOSUITES = {
"eddsa-jcs-2022": EddsaJcs2022,
}
Expand Down

0 comments on commit bf88b9e

Please sign in to comment.