ClassToEncoder: {
    [key in CryptoCurves]: ((curve: CryptoCurves, x: Uint8Array, d: Uint8Array | undefined, _y?: Uint8Array) => MultikeyBinary)
}

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