
import * as elliptic from 'elliptic'

const curve: elliptic.ec = new elliptic.ec('ed25519')

export {
  curve
}