adding HMAC-secret support
This commit is contained in:
@@ -445,6 +445,7 @@ mod test {
|
||||
rp_id: String::from(rp_id),
|
||||
user_handle,
|
||||
other_ui: None,
|
||||
cred_random: None,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -613,6 +614,7 @@ mod test {
|
||||
rp_id: String::from("example.com"),
|
||||
user_handle: vec![0x00],
|
||||
other_ui: None,
|
||||
cred_random: None,
|
||||
};
|
||||
assert_eq!(found_credential, Some(expected_credential));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user