ICP Rust CDK学習メモ
  • ICP Rust CDK学習メモ
  • ⚙️開発環境準備
  • 開発
    • テンプレート生成 (dfx new)
    • Frontend開発
      • 1. シンプルなHTML
      • 2. Canister呼び出し
    • Backend開発
      • 1. Hello
      • 2. データ更新/参照
      • 3. ic_cdk::caller()
      • 4. ic_cdk::call()
      • 5. 動的画像生成
      • 6. staticファイル参照
      • 7. HTTPS outcalls
      • 8. Threshold ECDSA
    • Bootcamp
      • Calculator ➕✖️➖➗
      • Homework diary 📔
      • Student wall 🎨
      • MotoCoin 🪙
      • The Verifier 👨‍🏫
      • The Dapp 🚀
  • サンプル
    • 📔Diary
  • 技術情報
    • 🪪Principal
    • 🪪Internet Identity
    • 🪙Token
    • 🖼️NFT
    • 🗝️VetKey
  • ツール
    • dfx
      • dfx identity
    • quill
  • 参考情報
    • 🔗リンク集
GitBook提供
このページ内
  • 概要
  • 参考リンク

役に立ちましたか?

GitHubで編集
  1. 技術情報

VetKey

前へNFT次へdfx

最終更新 1 年前

役に立ちましたか?

vetKey (Verifiably Encrypted Threshold Key)は、Internet Computerにおいて、onchain encryptionを実現するために現在(2023年09月時点)開発中の機能です。

概要

★TODO★

参考リンク

Title
URL

VETKeys Primer

vetKeys: technology overview

vetKeys: How a Blockchain Can Keep Many Secrets

vetKeys — Enabling Privacy Preserving Applications on the ICP

vetKeys: Enabling Privacy-Preserving Applications on the Internet Computer

vetKD system API proposal

vetKeys Demo

🗝️
https://internetcomputer.org/blog/features/vetkey-primer
https://internetcomputer.org/docs/current/developer-docs/integrations/vetkeys/technology-overview
https://eprint.iacr.org/2023/616.pdf
https://www.youtube.com/watch?v=-u97HhHTSQI
https://www.youtube.com/watch?v=ksxuuDUTB4Q
https://github.com/dfinity/interface-spec/pull/158
https://github.com/dfinity/examples/tree/master/rust/vetkd
https://github.com/dfinity/examples/tree/master/motoko/encrypted-notes-dapp-vetkd