CryptoRsaKeyShape import { CryptoRsaKeyShape } from "destack:crypto/binding"; RSA key shape. export struct CryptoRsaKeyShape { algorithm: "rsa"; modulusBits: uint32; publicExponent: uint32; } language/library/src/crypto/binding/key.ds:23:30 Members algorithm: "rsa" Shape discriminator. modulusBits: uint32 RSA modulus size in bits. publicExponent: uint32 RSA public exponent.