mirror of
https://github.com/logos-messaging/noise.git
synced 2026-01-02 14:13:07 +00:00
Fix docs typos
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
parent
ca5f81ebf0
commit
9d237a2bfc
4
state.go
4
state.go
@ -3,7 +3,7 @@
|
||||
// Noise is a low-level framework for building crypto protocols. Noise protocols
|
||||
// support mutual and optional authentication, identity hiding, forward secrecy,
|
||||
// zero round-trip encryption, and other advanced features. For more details,
|
||||
// visit http://noiseprotocol.org
|
||||
// visit http://noiseprotocol.org.
|
||||
package noise
|
||||
|
||||
import (
|
||||
@ -183,7 +183,7 @@ type Config struct {
|
||||
CipherSuite CipherSuite
|
||||
|
||||
// Random is the source for cryptographically appropriate random bytes. If
|
||||
// zero, it is automtically configed.
|
||||
// zero, it is automatically configured.
|
||||
Random io.Reader
|
||||
|
||||
// Pattern is the pattern for the handshake.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user