Skip to content

Commit

Permalink
Merge pull request #3673 from dfinity/jancamenisch-patch-1
Browse files Browse the repository at this point in the history
Update signing-messages-t-ecdsa.mdx
  • Loading branch information
jessiemongeon1 authored Oct 30, 2024
2 parents 47b18b1 + fd8af5b commit 144715e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import { AdornedTab } from "/src/components/Tabs/AdornedTab";
import { BetaChip } from "/src/components/Chip/BetaChip";
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

# Signing t-ECDSA messages
# Signing with t-ECDSA

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

## Overview

The threshold ECDSA API allows canisters to securely sign messages and transactions without anyone ever having direct access to the corresponding private keys. Each canister can control an unlimited number of keys by specifying different key `derivation_path`s.
The threshold ECDSA API allows canisters to securely sign messages and transactions without the corresponding private keys ever existing. Each canister can control an unlimited number of keys by specifying different key `derivation_path`s.
The API provides two methods:

- `sign_with_ecdsa`: Used to sign messages.
Expand Down

0 comments on commit 144715e

Please sign in to comment.