What is tiCrypt key pinning?
Key pinning in tiCrypt is simply another term for crowd security, which is designed to resist impersonation attacks and fraudulent digital certificates.
- Key pinning calculates the 
fingerprintfrom thekeyand stores it locally. - Key pinning takes 0.1 milliseconds to calculate the stored 
fingerprint. 
note
- A full 
Public Keyhas 650 decimals. - A full 
Private keyis roughly the same size. - A 
fingerprinthas about 80 decimals which allows much faster computation. 
caution
Do not confuse key pinning principle with the key pinning action from the  tab.
info
Fingerprintis a synonym fordigital signature.- To learn more about key pinning mechanisms, read the key pinning article.