diff options
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ type (      Sign(message []byte, hash crypto.Hash) ([]byte, error)      // return the private key structure -    privateKey() crypto.PrivateKey +    PrivateKey() crypto.PrivateKey    }    // interface for any public key  | 
