Skip to content

Commit

Permalink
Update using-vetkeys.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Dec 17, 2024
1 parent aaa2cd2 commit 3633801
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

<MarkdownChipRow labels={["Advanced", "Tutorial"]} />



This demo provides a canister (`src/system_api`) that offers the [proposed vetKD system API](https://github.com/dfinity/interface-spec/pull/158), implemented demonstration, testing, and initial development purposes. We stress that it does not offer security yet as no threshold cryptography is used yet to secure the key.

This demo uses files found in [this repository](https://github.com/dfinity/examples/tree/master/rust/vetkd).
Expand All @@ -37,7 +35,7 @@ cd examples/motoko/vetkd

</TabItem>

<TabItem value="rust" label="rust" default>
<TabItem value="rust" label="Rust" default>

```
git clone https://github.com/dfinity/examples/
Expand Down

0 comments on commit 3633801

Please sign in to comment.