encryption/ssss library
Classes
- DerivedKeys
- EncryptedContent
- KeyFromPassphraseArgs
- OpenSSSS
- SSSS
- SSSS: Secure Secret Storage and Sharing Read more about SSSS at: https://matrix.org/docs/guides/implementing-more-advanced-e-2-ee-features-such-as-cross-signing#3-implementing-ssss
Constants
- base58 → const Base58Codec
- base58Alphabet → const String
- 
    cacheTypes
  → const Set<String> 
- 
    olmRecoveryKeyPrefix
  → const List<int> 
- pbkdf2DefaultIterations → const int
- pbkdf2SaltLength → const int
- ssssKeyLength → const int
- zeroStr → const String
Functions
- 
  generateKeyFromPassphrase(KeyFromPassphraseArgs args) → Future< Uint8List> 
- you would likely want to use NativeImplementations and Client.nativeImplementations instead