u2f: check files before register/login (#980)

This commit is contained in:
Nikolay Minaylov
2022-02-07 16:34:09 +03:00
committed by GitHub
parent 8cfd0eab9e
commit 40479e1761
7 changed files with 36 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ extern "C" {
#include <furi.h>
bool u2f_data_check();
bool u2f_data_check(bool cert_only);
bool u2f_data_cert_check();