CryptoEcKeyShape import { CryptoEcKeyShape } from "destack:crypto/binding"; Elliptic-curve key shape. export struct CryptoEcKeyShape { algorithm: "ec"; curve: CryptoNamedCurve; } language/library/src/crypto/binding/key.ds:33:38 Members algorithm: "ec" Shape discriminator. curve: CryptoNamedCurve Named curve.