type alias ClassToDecoder

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

Definition

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

Usage

import { type ClassToDecoder } from "lib/common.ts";