cShakeParams.functionName
- 类型:<ArrayBuffer> | <TypedArray> | <DataView> | <Buffer> | <undefined>
functionName 成员表示函数名称,由 NIST 用于基于 cSHAKE 定义函数。Node.js Web Crypto API 实现仅支持长度为零的 functionName,这相当于根本不提供 functionName。
🌐 The functionName member represents represents the function name, used by NIST to define
functions based on cSHAKE.
The Node.js Web Crypto API implementation only supports zero-length functionName
which is equivalent to not providing functionName at all.