Remove obsolete comment

This commit is contained in:
Egor Duda
2022-05-18 20:51:28 +03:00
parent e4d3262623
commit 1277b97018
2 changed files with 693 additions and 1 deletions

View File

@@ -577,7 +577,6 @@ mod test {
let rp_id_hash = [0x55; 32];
let mut encrypted_id = encrypt_key_handle(&mut env, &private_key, &rp_id_hash).unwrap();
// Version 2 does not exist yet.
encrypted_id[0] = UNSUPPORTED_CREDENTIAL_ID_VERSION;
// Override the HMAC to pass the check.
encrypted_id.truncate(&encrypted_id.len() - 32);