> For the complete documentation index, see [llms.txt](https://toshio.gitbook.io/icp-rust-cdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toshio.gitbook.io/icp-rust-cdk/tips/vetkey.md).

# VetKey

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

## 概要

★TODO★

## 参考リンク

| Title                                                                      | URL                                                                                                 |
| -------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| VETKeys Primer                                                             | <https://internetcomputer.org/blog/features/vetkey-primer>                                          |
| vetKeys: technology overview                                               | <https://internetcomputer.org/docs/current/developer-docs/integrations/vetkeys/technology-overview> |
| vetKeys: How a Blockchain Can Keep Many Secrets                            | <https://eprint.iacr.org/2023/616.pdf>                                                              |
| vetKeys — Enabling Privacy Preserving Applications on the ICP              | <https://www.youtube.com/watch?v=-u97HhHTSQI>                                                       |
| vetKeys: Enabling Privacy-Preserving Applications on the Internet Computer | <https://www.youtube.com/watch?v=ksxuuDUTB4Q>                                                       |
| vetKD system API proposal                                                  | <https://github.com/dfinity/interface-spec/pull/158>                                                |
| vetKeys Demo                                                               | <https://github.com/dfinity/examples/tree/master/rust/vetkd>                                        |
|                                                                            | <https://github.com/dfinity/examples/tree/master/motoko/encrypted-notes-dapp-vetkd>                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://toshio.gitbook.io/icp-rust-cdk/tips/vetkey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
