Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Sep 20, 2024
1 parent 5b29364 commit 90baa3f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/recovery_securify_cache/playground.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ use crate::prelude::*;
///
/// * [FSA] FactorSource Addition
/// CHARACTERISTICS:
/// - Derivation Indices Range Start: `0`
/// - Derivation Indices Range Size: Many, different for each factor source kind and key kind
/// - Cache Available: NO, not for this FactorSource
/// - Profile Available: YES
/// - FactorSource Addition: `Single`
Expand All @@ -33,6 +35,8 @@ use crate::prelude::*;
/// * [ARS] Account Recovery Scan - like `FSA` but for many FactorSources and
/// with Gateway Required.
/// CHARACTERISTICS:
/// - Derivation Indices Range Start: `0`
/// - Derivation Indices Range Size: Many, different for each factor source kind and key kind
/// - Cache Available: NO
/// - Profile Available: NO
/// - FactorSource Addition: `Many`
Expand All @@ -41,15 +45,19 @@ use crate::prelude::*;
/// - Gateway Required: YES
/// * [VECID] VECI Derivation
/// CHARACTERISTICS:
/// - Derivation Indices Range Start: Next Free According to Cache if available, else Profile analysis
/// - Derivation Indices Range Size: Single (OR Many if Cache needs to be filled)
/// - Cache Available: YES - if not deleted or inaccessible
/// - Profile Available: YES
/// - FactorSource Addition: NO
/// - Entities Addition: YES - unsecurified
/// - `VECI` Addition: NO
/// - Gateway Required: NO (but beneficial to use it if host is online to
/// analyze if FactorInstance are free.)
/// * [MOFID] MatrixOfFactor Instances Derivation
/// * [MOFID] MatrixOfFactor Instances Derivation (Securifying Entities)
/// CHARACTERISTICS:
/// - Derivation Indices Range Start: Next Free According to Cache if available, else Profile analysis
/// - Derivation Indices Range Size: Single PER FactorSource (OR Many if Cache needs to be filled)
/// - Cache Available: YES - if not deleted or inaccessible
/// - Profile Available: YES
/// - FactorSource Addition: NO
Expand Down

0 comments on commit 90baa3f

Please sign in to comment.