crypto_sign_ed25519_pk_to_curve25519 method

int crypto_sign_ed25519_pk_to_curve25519(
  1. Pointer<UnsignedChar> curve25519_pk,
  2. Pointer<UnsignedChar> ed25519_pk
)

Implementation

@pragma('vm:prefer-inline')
int crypto_sign_ed25519_pk_to_curve25519(
  _i1.Pointer<_i1.UnsignedChar> curve25519_pk,
  _i1.Pointer<_i1.UnsignedChar> ed25519_pk,
) => _i2.crypto_sign_ed25519_pk_to_curve25519(curve25519_pk, ed25519_pk);