mirror of https://github.com/waku-org/noise.git
Use HTTPS for Noise website
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
parent
fc3a9f3b3c
commit
f9b5bb75e2
|
@ -1,5 +1,5 @@
|
|||
# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise)
|
||||
|
||||
This is a Go package that implements the [Noise Protocol
|
||||
Framework](http://noiseprotocol.org). See [the
|
||||
Framework](https://noiseprotocol.org). See [the
|
||||
documentation](https://godoc.org/github.com/flynn/noise) for usage information.
|
||||
|
|
2
state.go
2
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 https://noiseprotocol.org.
|
||||
package noise
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue