pt.kcry.sha

Sha0

class Sha0 extends Sha1

Keep in mind that SHA-0 is broken and I implemented it just for fun :)

This implementation also isn't thread safe.

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

Instance Constructors

  1. new Sha0()

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
    Sha1 → 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
    Sha1Hash
  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
    Sha1 → 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. def processBlockWord(j: Int): Int

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val words: Array[Int]

    Attributes
    protected
    Definition Classes
    Sha1 → BlockedHash

Inherited from Sha1

Inherited from BlockedHash[Array[Int]]

Inherited from Hash

Inherited from AnyRef

Inherited from Any

Ungrouped