mautrix-go/crypto/ssss
Sumner Evans 0a17ac1cbe
crypto/ssss: remove id from key metadata
Instead, we will pass it into the key constructor functions directly.
This avoids the footgun where you don't set the key ID on the metadata
and then the ID is not properly propagated to the Key that is returned.

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-08-01 18:47:06 -06:00
..
client.go crypto/ssss: remove id from key metadata 2024-08-01 18:47:06 -06:00
key.go misc: remove some local functions in favor of generic ones 2024-07-02 11:20:21 +03:00
key_test.go Run gofmt 2021-09-22 10:52:01 -04:00
meta.go crypto/ssss: remove id from key metadata 2024-08-01 18:47:06 -06:00
meta_test.go crypto/ssss: remove id from key metadata 2024-08-01 18:47:06 -06:00
types.go Plumb event.AccountDataMegolmBackupKey properly 2024-02-01 10:23:14 +02:00