added ByteVector import statement

This commit is contained in:
cwaldron97 2019-06-21 15:08:47 -05:00
parent 934e89e662
commit 67683a7131

View file

@ -1,4 +1,4 @@
import scodec.bits.ByteVector
case class SipHashKey(bytes: ByteVector) {
require(
bytes.size == 16,