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

feat(eddsa): Added EDDSA crypto module #112

Merged
merged 15 commits into from
Mar 10, 2024

Merge branch 'master' into eddsa

94550b7
Select commit
Loading
Failed to load commit list.
Merged

feat(eddsa): Added EDDSA crypto module #112

Merge branch 'master' into eddsa
94550b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 10, 2024 in 1s

74.40% of diff hit (target 72.44%)

View this Pull Request on Codecov

74.40% of diff hit (target 72.44%)

Annotations

Check warning on line 88 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 97 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 102 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 111 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 115 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 129 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 139 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 144 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 152 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L151-L152

Added lines #L151 - L152 were not covered by tests

Check warning on line 164 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 175 in crypto/eddsa/eddsa.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/eddsa/eddsa.go#L173-L175

Added lines #L173 - L175 were not covered by tests

Check warning on line 39 in crypto/keygen/keygen.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/keygen/keygen.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 239 in crypto/keygen/keygen.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/keygen/keygen.go#L239

Added line #L239 was not covered by tests

Check warning on line 277 in crypto/keygen/keygen.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/keygen/keygen.go#L277

Added line #L277 was not covered by tests

Check warning on line 360 in crypto/keygen/keygen.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/keygen/keygen.go#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 50 in crypto/multi_signature.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/multi_signature.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 81 in crypto/multi_signature.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/multi_signature.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 88 in crypto/multi_signature.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/multi_signature.go#L84-L88

Added lines #L84 - L88 were not covered by tests

Check warning on line 259 in internal/testutil/testutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/testutil/testutil.go#L258-L259

Added lines #L258 - L259 were not covered by tests