static Uint8List crypto_box_keypair(Uint8List y, Uint8List x) { x = _randombytes_array(x); return crypto_scalarmult_base(y, x); }