menu
reown_core package
documentation
crypto/i_crypto_utils.dart
ICryptoUtils
deriveSymKey abstract method
deriveSymKey abstract method
dark_mode
light_mode
deriveSymKey
abstract method
Future
<
String
>
deriveSymKey
(
String
privKeyA
,
String
pubKeyB
)
Implementation
Future<String> deriveSymKey(String privKeyA, String pubKeyB);
reown_core package
documentation
crypto/i_crypto_utils
ICryptoUtils
deriveSymKey abstract method
ICryptoUtils class