We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf661 commit 9630cb8Copy full SHA for 9630cb8
obfuscation.go
@@ -30,7 +30,7 @@ type OnionErrorEncrypter struct {
30
sharedSecret [sha256.Size]byte
31
}
32
33
-// NewOnionErrorEncrypter creates new instance of the onion encryper backed by
+// NewOnionErrorEncrypter creates new instance of the onion encrypter backed by
34
// the passed router, with encryption to be doing using the passed
35
// ephemeralKey.
36
func NewOnionErrorEncrypter(router *Router,
0 commit comments