Skip to content

Commit 52b7edc

Browse files
committed
fixup! hash: Add SHA-NI implementation of SHA-256
1 parent c4cba9b commit 52b7edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/hash_sha_ni.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static __m128i be32dec_128(const uint8_t * src) __attribute__((target("ssse3"))
3636
void SHA256_Transform_shani(uint32_t state[static restrict 8], const uint8_t block[static restrict 64]) __attribute__((target("ssse3,sha")));
3737
# endif
3838

39-
/* Original implementation of libcperciva follows. */
39+
/* Original implementation from libcperciva follows. */
4040

4141
/**
4242
* This code uses intrinsics from the following feature sets:

0 commit comments

Comments
 (0)