mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
added ByteVector import statement
This commit is contained in:
parent
934e89e662
commit
67683a7131
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
import scodec.bits.ByteVector
|
||||
case class SipHashKey(bytes: ByteVector) {
|
||||
require(
|
||||
bytes.size == 16,
|
||||
|
|
Loading…
Add table
Reference in a new issue