Interface VerifyingOptions

interface VerifyingOptions {
    saltLength: number;
    type: string;
}

Properties

Properties

saltLength: number

saltLength 表示 pss 签名方案 salt 的长度,默认为 0,表示使 salt 尽可能得长,-1 表示 salt 长度和哈希值长度相等。

type: string