menu
CryptoSignatureParameters
import { CryptoSignatureParameters } from "destack:crypto/binding";
Signature parameters.
1export struct CryptoSignatureParameters {2 algorithm: CryptoSignatureAlgorithm;3 digest: CryptoDigestAlgorithm;4 saltLengthBytes: uint32;5}Members
algorithm: CryptoSignatureAlgorithmSignature algorithm.
digest: CryptoDigestAlgorithmDigest algorithm.
saltLengthBytes: uint32RSA-PSS salt length in bytes.