menu
matrix package
documentation
encryption/ssss.dart
DerivedKeys
DerivedKeys constructor
DerivedKeys constructor
dark_mode
light_mode
DerivedKeys
constructor
DerivedKeys
(
{
required
Uint8List
aesKey
,
required
Uint8List
hmacKey
,
})
Implementation
DerivedKeys({required this.aesKey, required this.hmacKey});
matrix package
documentation
encryption/ssss
DerivedKeys
DerivedKeys constructor
DerivedKeys class