Files
Sosthène Guédon 7f98a71903 Improve speed of PIN validation
PIN validation on windows needs to be faster than 750ms.
The decryption operation of the user private key over HPKE is pretty slow

This PR moves this operation to future steps that need access to the key.
It's mostly moving the cost to later, non time-sensitive operations, but it also
saves computation for operations that need to be authenticated but don't need access to the key
2025-05-28 09:45:08 +02:00
..
2025-03-06 09:55:34 +01:00
2025-03-06 09:55:34 +01:00
2025-05-28 09:45:08 +02:00
2025-03-14 11:32:34 +01:00
2025-03-06 09:55:34 +01:00
2025-05-28 09:45:08 +02:00
2025-05-28 09:45:08 +02:00
2025-03-06 09:55:34 +01:00
2025-03-06 09:55:34 +01:00