From bcbe171ba76b549c899ec5d434dd3af14baf63b1 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:45:05 -0500 Subject: [PATCH] Update t-schnorr.mdx --- docs/developer-docs/smart-contracts/signatures/t-schnorr.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/smart-contracts/signatures/t-schnorr.mdx b/docs/developer-docs/smart-contracts/signatures/t-schnorr.mdx index 1aabce6dc7..49ca718aaf 100644 --- a/docs/developer-docs/smart-contracts/signatures/t-schnorr.mdx +++ b/docs/developer-docs/smart-contracts/signatures/t-schnorr.mdx @@ -14,7 +14,7 @@ Schnorr signatures are a type of digital signature scheme popularly used amongst Specifically, threshold Schnorr signatures on ICP provide: -- Support for BIP-340, which is Bitcoin's variant of Schnorr used in ordinals such as BRC-20. +- Support for BIP-340, which is Bitcoin's variant of Schnorr used in Ordinals, Runes, and BRC-20. - Support for Ed25519 signatures, which are used by chains such as Solana, Cardano, Polkadot, and Ripple. Ed25519 is also a popular signature scheme outside of blockchains for Web2 functions such as signing X.509 certificates.