diff --git a/I2PAddr.go b/I2PAddr.go index 99f5251..824d35c 100644 --- a/I2PAddr.go +++ b/I2PAddr.go @@ -62,6 +62,7 @@ func fileExists(filename string) (bool, error) { return !info.IsDir(), nil } +// LoadKeysIncompat loads keys from non-standard format func LoadKeysIncompat(r io.Reader) (I2PKeys, error) { log.Debug("Loading keys from reader") var buff bytes.Buffer