pkToCurve25519 abstract method

Uint8List pkToCurve25519(
  1. Uint8List publicKey
)

Provides crypto_sign_ed25519_pk_to_curve25519.

See https://libsodium.gitbook.io/doc/advanced/ed25519-curve25519

Implementation

Uint8List pkToCurve25519(Uint8List publicKey);