Type definition for the table mapping curves to their decoder functions (i.e., mapping the Multikey to JWK).
[key in CryptoCurves]: () => JWKKeyPair
Type definition for the table mapping curves to their decoder functions (i.e., mapping the Multikey to JWK).
[key in CryptoCurves]: () => JWKKeyPair
import { type ClassToDecoder } from "lib/common.ts";