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
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,];
261
+
let flag_bits = 0b0100_0101;
262
+
let flags = AuthenticatorDataFlags::from_bits(flag_bits).unwrap();
263
+
let signature_count = 0;
264
+
let aaguid = [0x24,0x38,0x65,0x2a,0xbe,0x9f,0xbd,0x84,0x81,0x0a,0x84,0x0d,0x6f,0xc4,0x42,0xa8,];
265
+
let credential_id = vec![0x01,0x01,0x03,0x03,0x05,0x05,0x07,0x07];
266
+
let pub_key_bytes = b"]\"\xff\xc5\x932x(\xd6-:1\xbb}\x8c$7\xf1&\xd4\xb4&\x02\x02\xa3\xd9\xe2\xba1\x1f\xec\xba";
267
+
let credential_public_key = cosey::PublicKey::Ed25519Key(Ed25519PublicKey{x:Bytes::from_slice(pub_key_bytes).unwrap()});
0 commit comments