Fix bad comment

This commit is contained in:
Benoit Marty 2020-06-09 18:12:03 +02:00 committed by Valere
parent e3dc6e307f
commit aa2b62976e
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@ import javax.inject.Inject
internal interface UploadSigningKeysTask : Task<UploadSigningKeysTask.Params, Unit> {
data class Params(
// the device keys to send.
// the MSK
val masterKey: CryptoCrossSigningKey,
// the one-time keys to send.
// the USK
val userKey: CryptoCrossSigningKey,
// the explicit device_id to use for upload (default is to use the same as that used during auth).
// the SSK
val selfSignedKey: CryptoCrossSigningKey,
/**
* - If null: