Closed briansmith closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.18%. Comparing base (
252743a
) to head (087e941
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Make it easier to compare ring's declarations with BoringSSL's for these functions by using u64 instead of usize for the
in_bits
argument to aesgcm{dec,enc}_kernel. UseNonZeroU64
to indicate that the assembly functions do not work with zero-length inputs.