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.