working on key certificates and keys and cert

This commit is contained in:
Hayden Parker
2016-02-13 21:00:29 -08:00
parent 7e9aee0714
commit f409aa79e8
12 changed files with 287 additions and 105 deletions

View File

@ -6,7 +6,7 @@ import (
type RouterIdentity []byte
func (router_identity RouterIdentity) PublicKey() (crypto.ElgPublicKey, error) {
func (router_identity RouterIdentity) PublicKey() (crypto.PublicKey, error) {
return KeysAndCert(router_identity).PublicKey()
}