adding HMAC-secret support

This commit is contained in:
Fabian Kaczmarczyck
2020-03-09 20:06:06 +01:00
parent 8b146440a5
commit 8d52e8aad7
3 changed files with 365 additions and 15 deletions

View File

@@ -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));
}