Skip to content

✨ implement isOnCurve function #214

✨ implement isOnCurve function

✨ implement isOnCurve function #214

Triggered via push March 7, 2024 22:21
Status Success
Total duration 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
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/.
lint: src/ECDSA256r1.sol#L45
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L45
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L45
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L45
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L45
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L48
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L50
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L51
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L52
Variable name must be in mixedCase
lint: src/ECDSA256r1.sol#L60
Avoid to use inline assembly. It is acceptable only in rare cases