Projects STRLCPY dnstt Commits 75a0aa61
🤬
  • ■ ■ ■ ■
    noise/noise.go
    skipped 276 lines
    277 277   return key, err
    278 278  }
    279 279   
    280  -// DecodeKey decodes a hex-encoded private or public key.
     280 +// EncodeKey encodes a hex-encoded private or public key.
    281 281  func EncodeKey(key []byte) string {
    282 282   return hex.EncodeToString(key)
    283 283  }
    skipped 1 lines
Please wait...
Page is in error, reload to recover