Skip to content

Add Salsa20 and XSalsa20 operation #544

Add Salsa20 and XSalsa20 operation

Add Salsa20 and XSalsa20 operation #544

Triggered via pull request March 10, 2024 15:47
Status Failure
Total duration 46s
Artifacts

pull_requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
main: src/core/operations/Salsa20.mjs#L19
Identifier 'salsa20_permute' is not in camel case
main: src/core/operations/Salsa20.mjs#L42
Missing semicolon
main: src/core/operations/Salsa20.mjs#L43
Missing semicolon
main: src/core/operations/Salsa20.mjs#L44
Missing semicolon
main: src/core/operations/Salsa20.mjs#L45
Missing semicolon
main: src/core/operations/XSalsa20.mjs#L11
Identifier 'salsa20_permute' is not in camel case
main: src/core/operations/XSalsa20.mjs#L48
'idx' is never reassigned. Use 'const' instead
main: src/core/operations/XSalsa20.mjs#L140
Identifier 'xsalsa_key' is not in camel case
main: src/core/operations/XSalsa20.mjs#L140
'xsalsa_key' is never reassigned. Use 'const' instead
main
Process completed with exit code 3.
main
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/.