Generates a new KeyPair for this algorithm.
You can pass key generation preferences by specifying options.
options
@override Future<KeyPair> newKeyPair() { return fallback.newKeyPair(); }