General cleanups and reorganizing code (#236)

This commit is contained in:
Kevin Lewi
2021-09-25 16:36:00 -07:00
committed by GitHub
parent 11a93fe63e
commit 65a0c2f98d
12 changed files with 976 additions and 947 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ fn credential_response_roundtrip() {
}
#[test]
fn login_third_message_roundtrip() {
fn credential_finalization_roundtrip() {
let mut rng = OsRng;
let mut mac = [0u8; MAC_SIZE];
rng.fill_bytes(&mut mac);