From 3100f8f25ef2da26e58c999458c64e47568afffe Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:48:17 +0200 Subject: [PATCH] Explanation of the Importance of Correcting These Errors (#791) * Update technical-details.md * Update technical-details.md * Update technical-details.md * revert changes to last line in doc * Revert "revert changes to last line in doc" This reverts commit 4af66d6bce2a9ab129af572357df84fa93a03a78. * second attempt at reverting changes to last line --------- Co-authored-by: Pili Guerra --- book/src/zcash/technical-details.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book/src/zcash/technical-details.md b/book/src/zcash/technical-details.md index 76cd1207..56ae6552 100644 --- a/book/src/zcash/technical-details.md +++ b/book/src/zcash/technical-details.md @@ -1,7 +1,7 @@ # Technical Details -FROST only works with Schnorr signatures. Zcash transaprent transactions use -ECDSA, therefore FROST does not work with Zcash transaparent addresses. (This +FROST only works with Schnorr signatures. Zcash transparent transactions use +ECDSA, therefore FROST does not work with Zcash transparent addresses. (This could change if the Taproot upgrade from Bitcoin is ported to Zcash, but it seems unlikely.) @@ -18,7 +18,7 @@ protocol](https://zips.z.cash/protocol/protocol.pdf#addressesandkeys): To use FROST with Zcash, the key that needs to be split is the **Spend Authorizing Key** or `ask`. This is the key that signs transactions and allow -they to go through. +them to go through. ## Key Derivation and DKG Support @@ -70,7 +70,7 @@ For this reason it seems impossible to easily encode a FROST wallet, so using something like a JSON file with all this information is advisable. Of course, unlike regular Zcash wallets, a user losing their FROST wallet is -not catastrophical. Users can recover their key share with the help of other +not catastrophic. Users can recover their key share with the help of other participants, and would only need to remember their identifier (and other participants can probably help with that).