x25519SharedSecret abstract method

Future<SecretKey> x25519SharedSecret(
  1. SecretKey privateKey,
  2. PublicKey publicKey
)

Performs X25519 ECDH.

Implementation

Future<SecretKey> x25519SharedSecret(
    SecretKey privateKey, PublicKey publicKey);