From d6f6023d8bfc343278e8a5da3cd1b2c8d319b7f9 Mon Sep 17 00:00:00 2001 From: Prad Date: Tue, 24 Dec 2024 23:36:05 +0000 Subject: [PATCH] chore(.github): update keywords in scopes.json --- .github/scopes.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/scopes.json b/.github/scopes.json index 4180594b5..703e85232 100644 --- a/.github/scopes.json +++ b/.github/scopes.json @@ -146,8 +146,9 @@ "keywords": [ "mpc", "wallet", - "security", - "advanced cryptography" + "cryptography", + "capability", + "invokation" ], "url": "https://csrc.nist.gov/CSRC/media/Events/NTCW19/papers/paper-DKLS.pdf" } @@ -160,7 +161,8 @@ "keywords": [ "ucan", "spec", - "references" + "cryptography", + "authorization" ], "url": "https://raw.githubusercontent.com/ucan-wg/spec/refs/heads/main/README.md" } @@ -170,7 +172,12 @@ "name": "crypto-zkp", "docs": [ { - "keywords": [], + "keywords": [ + "zero-knowledge", + "proofs", + "cryptography", + "privacy" + ], "url": "https://eprint.iacr.org/2021/1672.pdf" } ]