diff --git a/README.md b/README.md index f2db9eba1..a5de7d44e 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,22 @@ graph TB subgraph librustzcash direction TB subgraph main - nZAddr[zcash_address] - nZPrim[zcash_primitives] - nZT[zcash_transparent] - nZProof[zcash_proofs] - nZProto[zcash_protocol] + zcash_address + zcash_primitives + zcash_transparent + zcash_proofs + zcash_protocol pczt - nZCB[zcash_client_backend] - nZCS[zcash_client_sqlite] - nZKeys[zcash_keys] - nZip321[zip321] + zcash_client_backend + zcash_client_sqlite + zcash_keys + zip321 end subgraph standalone_components - nEqH[equihash] - nF4J[f4jumble] - nZEnc[zcash_encoding] + equihash + f4jumble + zcash_encoding end end @@ -33,45 +33,44 @@ graph TB end subgraph protocol_components - nZNE[zcash_note_encryption] - nZip32[zip32] - nZSpec[zcash_spec] + zcash_note_encryption + zip32 + zcash_spec end - nZCS --> nZCB - nZCB --> nZPrim - nZCB --> nZip321 - nZCB --> nZKeys - pczt --> nZPrim - nZProof --> nZPrim - nZPrim --> nZProto - nZPrim --> nEqH - nZPrim --> nZEnc - nZPrim --> nZAddr - nZPrim --> nZT - nZPrim --> sapling - nZPrim --> orchard - nZKeys --> nZAddr - nZKeys --> nZEnc - nZKeys --> nZip32 - nZKeys --> nZT - nZKeys --> orchard - nZKeys --> sapling - nZKeys --> nZip32 - nZT --> nZProto - nZT --> nZAddr - nZT --> nZip32 - nZip321 --> nZAddr - nZip321 --> nZProto - nZAddr --> nZProto - nZAddr --> nF4J - nZAddr --> nZEnc - sapling --> nZNE - sapling --> nZip32 - sapling --> nZSpec - orchard --> nZNE - orchard --> nZip32 - orchard --> nZSpec + zcash_client_sqlite --> zcash_client_backend + zcash_client_backend --> zcash_primitives + zcash_client_backend --> zip321 + zcash_client_backend --> zcash_keys + pczt --> zcash_primitives + zcash_proofs --> zcash_primitives + zcash_primitives --> zcash_protocol + zcash_primitives --> equihash + zcash_primitives --> zcash_encoding + zcash_primitives --> zcash_address + zcash_primitives --> zcash_transparent + zcash_primitives --> sapling + zcash_primitives --> orchard + zcash_keys --> zcash_address + zcash_keys --> zcash_encoding + zcash_keys --> zip32 + zcash_keys --> zcash_transparent + zcash_keys --> orchard + zcash_keys --> sapling + zcash_transparent --> zcash_protocol + zcash_transparent --> zcash_address + zcash_transparent --> zip32 + zip321 --> zcash_address + zip321 --> zcash_protocol + zcash_address --> zcash_protocol + zcash_address --> f4jumble + zcash_address --> zcash_encoding + sapling --> zcash_note_encryption + sapling --> zip32 + sapling --> zcash_spec + orchard --> zcash_note_encryption + orchard --> zip32 + orchard --> zcash_spec main --> standalone_components