change tests to use ByteArray
This commit is contained in:
@@ -29,9 +29,9 @@ class `SHA-384 Test` {
|
||||
0xe7U, 0x6fU, 0x65U, 0xfbU,
|
||||
0xd5U, 0x1aU, 0xd2U, 0xf1U,
|
||||
0x48U, 0x98U, 0xb9U, 0x5bU,
|
||||
)
|
||||
).asByteArray()
|
||||
val actual = function.hash(
|
||||
ubyteArrayOf()
|
||||
ByteArray(0),
|
||||
)
|
||||
assertContentEquals(expected, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user