mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-06-25 02:54:07 +00:00
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
12 lines
281 B
Rust
12 lines
281 B
Rust
include!(concat!(env!("OUT_DIR"), "/passwordless_recovery.rs"));
|
|
|
|
struct PasswordLessRecovery {}
|
|
|
|
impl PasswordLessRecovery {
|
|
pub(crate) fn create_shared_secret_data(
|
|
total_shares: i64,
|
|
threshold: i64,
|
|
pin_unlock_token: Option<Vec<u8>>,
|
|
) {
|
|
}
|
|
}
|