> 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>                 |
