CryptoAesKeyShape import { CryptoAesKeyShape } from "destack:crypto/binding"; AES key shape. export struct CryptoAesKeyShape { algorithm: "aes"; sizeBits: uint32; } language/library/src/crypto/binding/key.ds:65:70 Members algorithm: "aes" Shape discriminator. sizeBits: uint32 Key size in bits.