package checksum
All things related to checksums.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- checksum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Checksum(type: ChecksumType, value: BigInteger) extends Product with Serializable
A… checksum
- sealed abstract class ChecksumType extends Product with Serializable
A type of checksum.
Value Members
- object Checksum extends Serializable
- object ChecksumType extends Serializable
- object Checksums