Adding documentation on RegistrationUpload and removing patch voprf in Cargo.toml (#273)

This commit is contained in:
Kevin Lewi
2022-04-22 01:51:16 -07:00
committed by GitHub
parent f83773dec9
commit 6e90913132
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -90,6 +90,10 @@
//! for each client, and the values consist of their corresponding password
//! files, to be retrieved upon future login attempts made by the client.
//!
//! Note that the [RegistrationUpload] message contains sensitive information
//! (about as sensitive as a hash of the password), and hence should be
//! protected with confidentiality guarantees by the consumer of this library.
//!
//! ### Client Registration Start
//! In the first step of registration, the client chooses as input a
//! registration password. The client runs [ClientRegistration::start] to