From 5ab8df644fbc208a01fa60236c1b2edf6d8e6665 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 4 May 2007 14:18:52 +0000 Subject: [PATCH] [Imported from Trac: page TaggedHash, version 2] --- TaggedHash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaggedHash.md b/TaggedHash.md index b7f6892..9777d4e 100644 --- a/TaggedHash.md +++ b/TaggedHash.md @@ -1,6 +1,6 @@ Each place a hash function is used within Tahoe, the data to be hashed is first prepended with a distinct "tag", one per purpose. -These tags are encoded as a [NetString](NetString), to insure that they cannot be confused with the data being hashed. For example, the [VerifierId](VerifierId) is computed as the SHA-256 hash of the following string: +These tags are encoded as a [netstring](http://cr.yp.to/proto/netstrings.txt), to insure that they cannot be confused with the data being hashed. For example, the [VerifierId](VerifierId) is computed as the SHA-256 hash of the following string: ``` "23:allmydata_verifierid_v1," + DATA ```