Upgrade bytes-kt
All checks were successful
/ test (pull_request) Successful in 44s

This commit is contained in:
2026-02-14 16:32:50 +01:00
parent 902cb060a1
commit cb3ff7ec6c
13 changed files with 91 additions and 91 deletions

View File

@@ -11,10 +11,10 @@ object `SHA-384` : HashFunction {
get() = 128
private val initial = longArrayOf(
-0x344462a23efa6128L, +0x629a292a367cd507L,
-0x6ea6fea5cf8f22e9L, +0x152fecd8f70e5939L,
+0x67332667ffc00b31L, -0x714bb57897a7eaefL,
-0x24f3d1f29b067059L, +0x47b5481dbefa4fa4L,
-0x344462a23efa6128, +0x629a292a367cd507,
-0x6ea6fea5cf8f22e9, +0x152fecd8f70e5939,
+0x67332667ffc00b31, -0x714bb57897a7eaef,
-0x24f3d1f29b067059, +0x47b5481dbefa4fa4,
)
override fun hashInto(value: ByteArray, destination: ByteArray, destinationOffset: Int) {