mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 06:04:08 +00:00
Add dependencies/vendor (whatsapp)
This commit is contained in:
15
vendor/go.mau.fi/libsignal/state/store/SignalProtocolStore.go
vendored
Normal file
15
vendor/go.mau.fi/libsignal/state/store/SignalProtocolStore.go
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
package store
|
||||
|
||||
import (
|
||||
"go.mau.fi/libsignal/groups/state/store"
|
||||
)
|
||||
|
||||
// SignalProtocol store is an interface that implements the
|
||||
// methods for all stores needed in the Signal Protocol.
|
||||
type SignalProtocol interface {
|
||||
IdentityKey
|
||||
PreKey
|
||||
Session
|
||||
SignedPreKey
|
||||
store.SenderKey
|
||||
}
|
Reference in New Issue
Block a user