Skip to content

More direct APIs to cryptographic primitives without VM init #1174

More direct APIs to cryptographic primitives without VM init

More direct APIs to cryptographic primitives without VM init #1174

GitHub Actions / cpplint completed Sep 17, 2024 in 0s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (14)

src/api_sign.c|132| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|164| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|165| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|172| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|180| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|188| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|189| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|190| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|199| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|217| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|218| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|219| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|225| Missing space after ; [whitespace/semicolon] [3]
src/api_sign.c|228| Missing space after ; [whitespace/semicolon] [3]

Filtered Findings (0)

Annotations

Check warning on line 132 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L132

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:132:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 164 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L164

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:164:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 165 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L165

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:165:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 172 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L172

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:172:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 180 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L180

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:180:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 188 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L188

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:188:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 189 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L189

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:189:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 190 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L190

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:190:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 199 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L199

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:199:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 217 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L217

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:217:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 218 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L218

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:218:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 219 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L219

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:219:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 225 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L225

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:225:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 228 in src/api_sign.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/api_sign.c#L228

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/api_sign.c:228:  Missing space after ;  [whitespace/semicolon] [3]