ClassToDecoder: {
    [key in CryptoCurves]: ((curve: CryptoCurves, x: Uint8Array, d?: Uint8Array) => JWKKeyPair)
}

Type definition for the table mapping curves to their decoder functions (i.e., mapping the Multikey to JWK).