ecdh_plugin

Creator: coderz1093

Last updated:

0 purchases

ecdh_plugin Image
ecdh_plugin Images
Add to Cart

Description:

ecdh plugin

ecdh_plugin #
ECDH key generation plugin
Getting Started #
To get the ECDH keys use below function
first step: call ECDH plugin
final _ecdhPlugin = EcdhPlugin();
Second step: write function for get key
getKeys() async {
var value = await _ecdhPlugin.getECDHKey();
setState(() {
_publicKeyHex = value.publicKey!;
_privateKeyHex = value.privateKey!;
});
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.