Skip to content

Commit

Permalink
Merge pull request zcash#6815 from daira/make-description-snappier
Browse files Browse the repository at this point in the history
[doc-only] Lead with "Zcash is HTTPS for money" in both the README and the Debian package description
  • Loading branch information
str4d authored Feb 9, 2024
2 parents f476cff + 8508d09 commit c791f0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Zcash 5.8.0
What is Zcash?
--------------

[Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol.
Initially based on Bitcoin's design, Zcash intends to offer a far
higher standard of privacy through a sophisticated zero-knowledge
proving scheme that preserves confidentiality of transaction
metadata. More technical details are available in our [Protocol
Specification](https://zips.z.cash/protocol/protocol.pdf).
[Zcash](https://z.cash/) is HTTPS for money.

Initially based on Bitcoin's design, Zcash has been developed from
the Zerocash protocol to offer a far higher standard of privacy and
anonymity. It uses a sophisticated zero-knowledge proving scheme to
preserve confidentiality and hide the connections between shielded
transactions. More technical details are available in our
[Protocol Specification](https://zips.z.cash/protocol/protocol.pdf).

## The `zcashd` Full Node

Expand Down
15 changes: 8 additions & 7 deletions contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Vcs-Browser: https://github.com/zcash/zcash
Package: zcash
Architecture: amd64
Depends: ${shlibs:Depends}
Description: Zcash libraries and tools
Based on Bitcoin's code, it intends to offer a far higher standard
of privacy and anonymity through a sophisticiated zero-knowledge
proving scheme which preserves confidentiality of transaction metadata.
Think of it as HTTPS for money.
This package provides the daemon, zcashd, and the CLI tool,
zcash-cli, to interact with the daemon.
Description: Zcash is HTTPS for money
Initially based on Bitcoin's design, Zcash has been developed from
the Zerocash protocol to offer a far higher standard of privacy and
anonymity. It uses a sophisticated zero-knowledge proving scheme to
preserve confidentiality and hide the connections between shielded
transactions.
This package provides the daemon, zcashd, and a CLI tool, zcash-cli,
to interact with the daemon.

0 comments on commit c791f0a

Please sign in to comment.