pt.kcry.sha

Sha2_64bit

sealed trait Sha2_64bit extends BlockedHash[Array[Long]]

Quite ugly but fast enough implementation of SHA-2 for 64 bit case.

This implementation isn't thread safe.

Linear Supertypes
BlockedHash[Array[Long]], Hash, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sha2_64bit
  2. BlockedHash
  3. Hash
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val H: Array[Long]

    Attributes
    protected
  2. abstract val len: Int

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val block: Array[Byte]

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def finish(hashed: Array[Byte], off: Int): Unit

    Definition Classes
    Sha2_64bitHash
  13. final def finish(hashed: Array[Byte], off: Int, len: Int): Unit

    Definition Classes
    BlockedHash → Hash
  14. def finishBlock(block: Array[Byte], off: Int): Unit

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. var messageLen: Int

    Attributes
    protected
    Definition Classes
    BlockedHash
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def padding_32bit(messageLen: Int): Array[Byte]

    Attributes
    protected
    Definition Classes
    BlockedHash
  23. def padding_64bit(messageLen: Int): Array[Byte]

    Attributes
    protected
    Definition Classes
    BlockedHash
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def update(bytes: Array[Byte], off: Int, len: Int): Unit

    Definition Classes
    BlockedHash → Hash
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val words: Array[Long]

    Attributes
    protected
    Definition Classes
    Sha2_64bit → BlockedHash

Inherited from BlockedHash[Array[Long]]

Inherited from Hash

Inherited from AnyRef

Inherited from Any

Ungrouped