Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor pgp_key_material_t to C++. #2250

Merged
merged 8 commits into from
Aug 24, 2024

Rename PQC classes.

878e89b
Select commit
Loading
Failed to load commit list.
Merged

Refactor pgp_key_material_t to C++. #2250

Rename PQC classes.
878e89b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 22, 2024 in 1s

83.64% of diff hit (target 83.58%)

View this Pull Request on Codecov

83.64% of diff hit (target 83.58%)

Annotations

Check warning on line 101 in src/lib/crypto.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/crypto.cpp#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 104 in src/lib/crypto/signatures.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/crypto/signatures.cpp#L104

Added line #L104 was not covered by tests

Check warning on line 74 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 87 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 97 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 103 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 117 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 207 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L207

Added line #L207 was not covered by tests

Check warning on line 210 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 214 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L214

Added line #L214 was not covered by tests

Check warning on line 219 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L219

Added line #L219 was not covered by tests

Check warning on line 223 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L223

Added line #L223 was not covered by tests

Check warning on line 228 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L228

Added line #L228 was not covered by tests

Check warning on line 232 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L232

Added line #L232 was not covered by tests

Check warning on line 236 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L236

Added line #L236 was not covered by tests

Check warning on line 240 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L240

Added line #L240 was not covered by tests

Check warning on line 244 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L244

Added line #L244 was not covered by tests

Check warning on line 254 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L254

Added line #L254 was not covered by tests

Check warning on line 256 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L256

Added line #L256 was not covered by tests

Check warning on line 360 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 366 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L363-L366

Added lines #L363 - L366 were not covered by tests

Check warning on line 394 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L394

Added line #L394 was not covered by tests

Check warning on line 418 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L417-L418

Added lines #L417 - L418 were not covered by tests

Check warning on line 446 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L445-L446

Added lines #L445 - L446 were not covered by tests

Check warning on line 472 in src/lib/key_material.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lib/key_material.cpp#L471-L472

Added lines #L471 - L472 were not covered by tests