You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libwebauthn/src/fido.rs
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -257,14 +257,23 @@ mod tests {
257
257
#[test]
258
258
fntest_serialize_auth_data(){
259
259
// SHA-256 'example.com'
260
-
let rp_id_hash = [0xa3,0x79,0xa6,0xf6,0xee,0xaf,0xb9,0xa5,0x5e,0x37,0x8c,0x11,0x80,0x34,0xe2,0x75,0x1e,0x68,0x2f,0xab,0x9f,0x2d,0x30,0xab,0x13,0xd2,0x12,0x55,0x86,0xce,0x19,0x47,];
0 commit comments