Add Salsa20 and XSalsa20 operation #544
Annotations
10 errors and 1 warning
Lint:
src/core/operations/Salsa20.mjs#L19
Identifier 'salsa20_permute' is not in camel case
|
Lint:
src/core/operations/Salsa20.mjs#L42
Missing semicolon
|
Lint:
src/core/operations/Salsa20.mjs#L43
Missing semicolon
|
Lint:
src/core/operations/Salsa20.mjs#L44
Missing semicolon
|
Lint:
src/core/operations/Salsa20.mjs#L45
Missing semicolon
|
Lint:
src/core/operations/XSalsa20.mjs#L11
Identifier 'salsa20_permute' is not in camel case
|
Lint:
src/core/operations/XSalsa20.mjs#L48
'idx' is never reassigned. Use 'const' instead
|
Lint:
src/core/operations/XSalsa20.mjs#L140
Identifier 'xsalsa_key' is not in camel case
|
Lint:
src/core/operations/XSalsa20.mjs#L140
'xsalsa_key' is never reassigned. Use 'const' instead
|
Lint
Process completed with exit code 3.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading