sealed trait RipeMd160Digest extends HashDigest
Represents the result of RIPEMD160()
- Alphabetic
- By Inheritance
- RipeMd160Digest
- HashDigest
- NetworkElement
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
-   abstract  def bytes: ByteVectorThe message digest represented in bytes The message digest represented in bytes - Definition Classes
- HashDigest → NetworkElement
 
-   abstract  def getClass(): Class[_ <: AnyRef]- Definition Classes
- Any
 
Concrete Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- Any
 
-   final  def ##: Int- Definition Classes
- Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def byteSize: LongThe size of the NetworkElement in bytes. The size of the NetworkElement in bytes. - Definition Classes
- NetworkElement
 
-    def bytesLE: ByteVectorThe byte representation of the NetworkElement in little endian The byte representation of the NetworkElement in little endian - Definition Classes
- NetworkElement
 
-    def equals(arg0: Any): Boolean- Definition Classes
- Any
 
-    def flip: RipeMd160DigestBEFlips the endianness of the byte sequence. Flips the endianness of the byte sequence. Since bitcoin unfortunately has inconsistent endianness between the protocol level and the presentation level. This is useful for switching between the two. - Definition Classes
- RipeMd160Digest → HashDigest
 
-    def hashCode(): Int- Definition Classes
- Any
 
-    def hex: StringThe hexadecimal representation of the NetworkElement The hexadecimal representation of the NetworkElement - Definition Classes
- NetworkElement
 
-    def hexLE: StringThe hexadecimal representation of the NetworkElement in little endian The hexadecimal representation of the NetworkElement in little endian - Definition Classes
- NetworkElement
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def toString(): String- Definition Classes
- Any