Adding identity element checks and ensuring non-zero scalar selection
(cherry picked from commit 98f1821897)
This commit is contained in:
@@ -73,6 +73,8 @@ pub enum PakeError {
|
||||
InvalidLoginError,
|
||||
/// Error with serializing / deserializing protocol messages
|
||||
SerializationError,
|
||||
/// Identity group element was encountered during deserialization, which is invalid
|
||||
IdentityGroupElementError,
|
||||
}
|
||||
|
||||
// This is meant to express future(ly) non-trivial ways of converting the
|
||||
|
||||
Reference in New Issue
Block a user