Closed jdluzen closed 1 year ago
Patch coverage: 47.05
% and project coverage change: -0.17
:warning:
Comparison is base (
8e65c3c
) 89.47% compared to head (6b801f2
) 89.31%.:exclamation: Current head 6b801f2 differs from pull request most recent head 36c03c0. Consider uploading reports for the commit 36c03c0 to get more accurate results
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Great! Thank you! :)
For an upcoming project I needed to support SRP and SHA3 in Blazor WASM. Unfortunately, CryptoConfig is unavailable in the browser. This adds another registration layer for custom hashes. I didn't want to change the public API and force a major version bump. Open to suggestions on alternatives.