Only store dummy public key (#374)
This commit is contained in:
+1
-1
@@ -316,7 +316,7 @@ impl<CS: CipherSuite> RegistrationUpload<CS> {
|
||||
Self {
|
||||
envelope: Envelope::<CS>::dummy(),
|
||||
masking_key,
|
||||
client_s_pk: server_setup.fake_keypair.public().clone(),
|
||||
client_s_pk: server_setup.dummy_pk.clone(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user