pub const WEBAUTHN_ES256: u16 = 2;Expand description
WebAuthn ES256 (D39): ECDSA P-256 with SHA-256, over
authenticator_data ‖ SHA-256(client_data_json), where the
challenge inside client_data_json is the entry’s
super::OpEntry::signing_hash.
pub const WEBAUTHN_ES256: u16 = 2;WebAuthn ES256 (D39): ECDSA P-256 with SHA-256, over
authenticator_data ‖ SHA-256(client_data_json), where the
challenge inside client_data_json is the entry’s
super::OpEntry::signing_hash.