aboutsummaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-03-15 20:06:09 +0100
committerGibheer <gibheer@gmail.com>2015-03-15 20:06:09 +0100
commit4157d8e07abed02ff4b3dd5575e70252331b2d67 (patch)
treef06a47c52c2573b5f22722de281f80d42761933b /types.go
parent2fa7332719bafb33ad6cb212f9c567b23ed4082d (diff)
make raw private key public
Diffstat (limited to 'types.go')
-rw-r--r--types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.go b/types.go
index 22c35d4..c2a4599 100644
--- a/types.go
+++ b/types.go
@@ -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