mirror of
https://github.com/logos-messaging/noise.git
synced 2026-01-02 14:13:07 +00:00
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 [](https://godoc.org/github.com/flynn/noise) [](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…
x
Reference in New Issue
Block a user