small fixes, lease

This commit is contained in:
Hayden Parker
2016-02-14 23:10:37 -08:00
parent f9706700a1
commit 9d6560b94d
8 changed files with 85 additions and 9 deletions

View File

@ -1,5 +1,13 @@
package common
/*
I2P Destination
https://geti2p.net/en/docs/spec/common-structures#struct_Destination
Accurate for version 0.9.24
Identical to KeysAndCert
*/
import (
"github.com/bounce-chat/go-i2p/lib/common/base32"
"github.com/bounce-chat/go-i2p/lib/common/base64"