X25519 constructor

X25519()

Implementation

factory X25519() {
  return Cryptography.instance.x25519();
}