From f4ff1a88438a888698e303af8cc480dbb3d4eab0 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 2 Sep 2015 18:19:54 +0100 Subject: [PATCH] Change type of key in Signature to Public --- keychain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keychain/README.md b/keychain/README.md index bf005d024..634ebbff6 100644 --- a/keychain/README.md +++ b/keychain/README.md @@ -40,7 +40,7 @@ type KeyPair struct { // Signature represents a digital signature over another object. type Signature struct { - Key Link // the key used to sign + Key Link // the key used to verify this signature (PublicKey) Algorithm Link // the algorithm used to sign the signee Encoding Link // the encoding the sig is serialized with Signee Link // the object the key is signing