alternative P256 approach with source inclusion #738
main.yml
on: pull_request
Matrix: 🐹 go build & checks
Matrix: 🐯 js build & checks
Matrix: 🥷 meson/ninja build
Matrix: 🦀 rust build & checks
🐧 Linux build
56s
🪟 Windows build
1m 17s
🍎 Macosx build
1m 11s
Matrix: 🐍 Python checks
🐯 js build release
0s
🐧 Binary builds on Ubuntu
0s
🍎 mac osx release build
0s
📦 npm release
0s
📦 PyPI release
0s
Annotations
4 errors and 4 warnings
🚨 Lua lint
Process completed with exit code 1.
|
🥷 meson/ninja build (meson-ccache)
Process completed with exit code 2.
|
🥷 meson/ninja build (meson-clang-ccache)
Process completed with exit code 2.
|
🐧 Linux build
Process completed with exit code 2.
|
[cpplint] src/p256-m.c#L953:
src/p256-m.c#L953
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
|
[cpplint] src/p256-m.c#L1153:
src/p256-m.c#L1153
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
[cpplint] src/p256-m.h#L7:
src/p256-m.h#L7
#ifndef header guard has wrong style, please use: SRC_P256_M_H_ [build/header_guard] [5]
|
[cpplint] src/p256-m.h#L108:
src/p256-m.h#L108
#endif line should be "#endif // SRC_P256_M_H_" [build/header_guard] [5]
|