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.

Companion:
object
class Sha1
trait Hash
class Object
trait Matchable
class Any

Value members

Inherited methods

def finish(hashed: Array[Byte], off: Int): Unit
Inherited from:
Sha1
final def finish(hashed: Array[Byte], off: Int, len: Int): Unit
Inherited from:
BlockedHash
protected def padding_32bit(messageLen: Int): Array[Byte]
Inherited from:
BlockedHash
protected def padding_64bit(messageLen: Int): Array[Byte]
Inherited from:
BlockedHash
def update(bytes: Array[Byte], off: Int, len: Int): Unit
Inherited from:
BlockedHash

Inherited fields

protected var messageLen: Int
Inherited from:
BlockedHash