forked from lug/matterbridge
Add dependencies/vendor (whatsapp)
This commit is contained in:
7
vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go
vendored
Normal file
7
vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package ecc
|
||||
|
||||
// ECPrivateKeyable is an interface for all elliptic curve private keys.
|
||||
type ECPrivateKeyable interface {
|
||||
Serialize() [32]byte
|
||||
Type() int
|
||||
}
|
||||
Reference in New Issue
Block a user