Sha1

class Sha1()

Quite ugly but fast enough implementation of SHA-1.

This implementation isn't thread safe.

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

Value members

Concrete methods

def finish(hashed: Array[Byte], off: Int): Unit

Inherited methods

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