diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go b/teleirc/matterbridge/vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go new file mode 100644 index 0000000..be3ddae --- /dev/null +++ b/teleirc/matterbridge/vendor/go.mau.fi/libsignal/ecc/ECPrivateKey.go @@ -0,0 +1,7 @@ +package ecc + +// ECPrivateKeyable is an interface for all elliptic curve private keys. +type ECPrivateKeyable interface { + Serialize() [32]byte + Type() int +} |
