This is an internal type, used for the implementation: return the crypto curve and type from a multikey preamble.

So far, I have not yet found a way to encode that in a simple table, hence the separate function.

interface CryptoKeyData {
    crCurve: CryptoCurves;
    crType: CryptoKeyTypes;
}

Properties

Properties

crCurve: CryptoCurves