add fingerprint icon

This commit is contained in:
fria 2024-12-01 00:03:48 -06:00 committed by GitHub
parent 91e89ea26c
commit 119e0d2a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ Biometrics are a convenient and secure way to authenticate our devices. Many of
One of the most recognizable types of biometric authentication has to be the fingerprint reader. The idea is that everyone has a fairly unique fingerprint, so we should be able to distinguish between your fingerprint and someone else's reliably. (1)
{ .annotate }
1. It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467).
1. :material-fingerprint: It's theorized that the reason humans have fingerprints in the first place is to [enhance our sense of touch](https://www.science.org/doi/10.1126/science.1166467).
There four main ways we accomplish this: optical sensors, capacitive sensors, ultrasonic sensors, and thermal sensors.