cShakeParams.customization
- 类型:<ArrayBuffer> | <TypedArray> | <DataView> | <Buffer> | <undefined>
customization 成员表示自定义字符串。Node.js 的 Web Crypto API 实现仅支持零长度的自定义,这等同于根本没有提供自定义。
【The customization member represents the customization string.
The Node.js Web Crypto API implementation only supports zero-length customization
which is equivalent to not providing customization at all.】