corda / net.corda.core.crypto / Crypto / EDDSA_ED25519_SHA512

EDDSA_ED25519_SHA512

val EDDSA_ED25519_SHA512: SignatureScheme

EdDSA signature scheme using the ed25519 twisted Edwards curve and SHA512 for message hashing. The actual algorithm is PureEdDSA Ed25519 as defined in https://tools.ietf.org/html/rfc8032 Not to be confused with the EdDSA variants, Ed25519ctx and Ed25519ph.