CryptoSignatureParameters import { CryptoSignatureParameters } from "destack:crypto/binding"; Signature parameters. export struct CryptoSignatureParameters { algorithm: CryptoSignatureAlgorithm; digest: CryptoDigestAlgorithm; saltLengthBytes: uint32; } language/library/src/crypto/binding/key.ds:155:162 Members algorithm: CryptoSignatureAlgorithm Signature algorithm. digest: CryptoDigestAlgorithm Digest algorithm. saltLengthBytes: uint32 RSA-PSS salt length in bytes.