This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user