We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49fde8 commit 7471806Copy full SHA for 7471806
core/shared/src/main/scala-0.22/scodec/bits/ByteVectorPlatform.scala
@@ -8,7 +8,7 @@ private[bits] trait ByteVectorPlatform { self: ByteVector.type =>
8
given as FromDigits.WithRadix[ByteVector] = ByteVectorFromDigits.Instance
9
}
10
11
-object ByteVectorFromDigits {
+private[bits] object ByteVectorFromDigits {
12
13
private def digitsToByteVector(digits: String, radix: Int): ByteVector =
14
if (radix == 16) ByteVector.fromValidHex(digits.tail)
0 commit comments