menu
otp_crypto package
documentation
otp_crypto/hkdf.dart
DerivedKeys
DerivedKeys.new const constructor
DerivedKeys.new const constructor
dark_mode
light_mode
DerivedKeys
constructor
const
DerivedKeys
(
Uint8List
encKey
,
Uint8List
macKey
)
Implementation
const DerivedKeys(this.encKey, this.macKey);
otp_crypto package
documentation
otp_crypto/hkdf
DerivedKeys
DerivedKeys.new const constructor
DerivedKeys class