Skip to content

Commit

Permalink
Add multikey 2021 to security.
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed May 25, 2021
1 parent c09f6fd commit 762ebf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions security/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ RewriteRule ^suites/aes-2019/v1$ https://digitalbazaar.github.io/aes-key-wrappin
RewriteRule ^suites/hmac-2019$ https://digitalbazaar.github.io/sha256-hmac-key-2019-context [R=302,L]
RewriteRule ^suites/hmac-2019/v1$ https://digitalbazaar.github.io/sha256-hmac-key-2019-context/contexts/sha256-hmac-2019-v1.jsonld [R=302,L]


# http://w3id.org/security/suites/multikey-2021

RewriteRule ^suites/multikey-2021$ https://ns.did.ai/suites/multikey-2021 [R=302,L]
RewriteRule ^suites/multikey-2021/v1$ https://ns.did.ai/suites/multikey-2021/v1 [R=302,L]

# http://w3id.org/security/suites/secp256k1recovery-2020

RewriteRule ^suites/secp256k1recovery-2020$ https://identity.foundation/EcdsaSecp256k1RecoverySignature2020/ [R=302,L]
Expand Down

0 comments on commit 762ebf2

Please sign in to comment.