Sha2_512

class Sha2_512 extends Sha2_64bit
Companion:
object
trait Hash
class Object
trait Matchable
class Any

Value members

Inherited methods

override def finish(hashed: Array[Byte], off: Int): Unit
Definition Classes
Inherited from:
Sha2_64bit
final def finish(hashed: Array[Byte], off: Int, len: Int): Unit
Inherited from:
BlockedHash
protected def finishBlock(block: Array[Byte], off: Int): Unit
Inherited from:
Sha2_64bit
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 val block: Array[Byte]
Inherited from:
Sha2_64bit
protected var messageLen: Int
Inherited from:
BlockedHash
protected val words: Array[Long]
Inherited from:
Sha2_64bit