menu
CryptoAesKeyShape
import { CryptoAesKeyShape } from "destack:crypto/binding";
AES key shape.
1export struct CryptoAesKeyShape {2 algorithm: "aes";3 sizeBits: uint32;4}Members
algorithm: "aes"Shape discriminator.
sizeBits: uint32Key size in bits.