Ed25519ReleaseSigner constructor

Ed25519ReleaseSigner({
  1. Ed25519? algorithm,
})

Implementation

Ed25519ReleaseSigner({Ed25519? algorithm})
  : algorithm = algorithm ?? Ed25519();