Ed25519 constructor

Ed25519()

Implementation

factory Ed25519() {
  return Cryptography.instance.ed25519();
}