mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 07:35:02 +00:00
dcaf8caed0
* Add x3dh key exchange * Encrypt using the double ratchet * Multi device with auto-pairing * Add pfs enabled flag
5 lines
188 B
Go
5 lines
188 B
Go
// Package static embeds static (JS, HTML) resources right into the binaries
|
|
package static
|
|
|
|
//go:generate go-bindata -pkg migrations -o ../../services/shhext/chat/migrations/bindata.go .
|