Skip to content

Commit

Permalink
last style
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBerktold committed Nov 12, 2024
1 parent 5ad14ea commit e29c846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/sha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub unsafe fn _mm256_sha512msg2_epi64(a: __m256i, b: __m256i) -> __m256i {
}

/// Performs two rounds of SHA512 operation using initial SHA512 state (C,D,G,H) from `a`,
/// an initial SHA512 state (A,B,E,F) from `b`, and a pre-computed sum of the next two
/// an initial SHA512 state (A,B,E,F) from `b`, and a pre-computed sum of the next two
/// round message qwords and the corresponding round constants from `c` (only the two
/// lower qwords of the third operand). The updated SHA512 state (A,B,E,F) is returned, and
/// can be used as the updated state (C,D,G,H) in later rounds.
Expand Down

0 comments on commit e29c846

Please sign in to comment.