change tests to use ByteArray
This commit is contained in:
@@ -29,9 +29,9 @@ class `SHA3-384 Test` {
|
||||
0x26U, 0x4aU, 0xdbU, 0x47U,
|
||||
0xfbU, 0x6bU, 0xd1U, 0xe0U,
|
||||
0x58U, 0xd5U, 0xf0U, 0x04U,
|
||||
)
|
||||
).asByteArray()
|
||||
val actual = function.hash(
|
||||
ubyteArrayOf()
|
||||
ByteArray(0),
|
||||
)
|
||||
assertContentEquals(expected, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user