Skip to content

Commit

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

# Signing t-Schnorr messages
# Signing with t-Schnorr

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

## Overview

The threshold Schnorr 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 and `key_id`s.
The threshold Schnorr 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 and `key_id`s.

The API provides two methods:

Expand Down

0 comments on commit 47b18b1

Please sign in to comment.