secp256K1GetSharedSecret abstract method

Future<Uint8List> secp256K1GetSharedSecret({
  1. required Secp256k1ShareSecretReq req,
  2. dynamic hint,
})

Implementation

Future<Uint8List> secp256K1GetSharedSecret(
    {required Secp256k1ShareSecretReq req, dynamic hint});