scryptDeriveKey abstract method

Future<KeyDerivedRes> scryptDeriveKey({
  1. required ScriptDeriveReq req,
  2. dynamic hint,
})

Implementation

Future<KeyDerivedRes> scryptDeriveKey(
    {required ScriptDeriveReq req, dynamic hint});