feat(E21-S2): ProviderEnrollment implementations for face, FIDO2, and fingerprint providers #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elegos/linux-hello#32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of EPIC-21 (#24). See LLD: docs/lld/enrollment-session.md
What
Implement the
ProviderEnrollmenttrait (defined in S1/#31) for all three session-based providers:Face (
linux-hello-face/src/provider.rs)enroll()loop withEnrollSignalemission (PoseRequired, PoseCaptured, PoseRetry, Frame)rmp_serde::to_vec(&embeddings)as credential bytesFIDO2 (
linux-hello-fido2/src/provider.rs)EnrollSignal::Step { instruction: "tap_key" }make_credential, returnrmp_serde::to_vec(&credential)Fingerprint (
linux-hello-fingerprint/src/provider.rs)EnrollSignal::Step { instruction: "place_finger" }FingerprintProvider::enroll(fprintd-backed)Vec<u8>(no local DB write needed)Dependencies