Skip to content

Commit 7471806

Browse files
committed
New encoding of FromDigits that has better visibility
1 parent b49fde8 commit 7471806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/src/main/scala-0.22/scodec/bits/ByteVectorPlatform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private[bits] trait ByteVectorPlatform { self: ByteVector.type =>
88
given as FromDigits.WithRadix[ByteVector] = ByteVectorFromDigits.Instance
99
}
1010

11-
object ByteVectorFromDigits {
11+
private[bits] object ByteVectorFromDigits {
1212

1313
private def digitsToByteVector(digits: String, radix: Int): ByteVector =
1414
if (radix == 16) ByteVector.fromValidHex(digits.tail)

0 commit comments

Comments
 (0)