seedKeyPair abstract method

KeyPair seedKeyPair(
  1. SecureKey seed
)

Provides crypto_kx_seed_keypair.

See https://libsodium.gitbook.io/doc/key_exchange#usage

Implementation

KeyPair seedKeyPair(SecureKey seed);