updated deps; updated healthchecks.io integration
This commit is contained in:
4
vendor/maunium.net/go/mautrix/crypto/goolm/pk/decryption.go
generated
vendored
4
vendor/maunium.net/go/mautrix/crypto/goolm/pk/decryption.go
generated
vendored
@@ -45,8 +45,8 @@ func NewDecryptionFromPrivate(privateKey crypto.Curve25519PrivateKey) (*Decrypti
|
||||
return s, nil
|
||||
}
|
||||
|
||||
// PubKey returns the public key base 64 encoded.
|
||||
func (s Decryption) PubKey() id.Curve25519 {
|
||||
// PublicKey returns the public key base 64 encoded.
|
||||
func (s Decryption) PublicKey() id.Curve25519 {
|
||||
return s.KeyPair.B64Encoded()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user