object Keccak512 extends Jca[Keccak512] with FixedLength[Keccak512]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Keccak512
- FixedLength
- Jca
- NamedAlgorithm
- Abstract
- Hasher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
AlgoName: String
- Definition Classes
- Keccak512 → NamedAlgorithm
-
val
HashLength: Int
- Definition Classes
- Keccak512 → FixedLength
-
lazy val
Zero: Keccak512
- Definition Classes
- FixedLength → Hasher
-
def
hash(bytes: Seq[Byte]): Keccak512
- Definition Classes
- FixedLength → Abstract → Hasher
-
def
hash(bytes: Array[Byte]): Keccak512
- Definition Classes
- FixedLength → Abstract → Hasher
- def rawHash(bytes: Array[Byte]): Array[Byte]
-
def
withBytes(bytes: Array[Byte], offset: Int): Keccak512
- Definition Classes
- FixedLength
-
def
withBytes(bytes: Seq[Byte]): Keccak512
- Definition Classes
- FixedLength → Abstract → Hasher
-
def
withBytes(bytes: Array[Byte]): Keccak512
- Definition Classes
- FixedLength → Abstract → Hasher
-
def
withBytes(bytes: Array[Byte], offset: Int, len: Int): Keccak512
- Definition Classes
- FixedLength → Abstract