6 lines
119 B
Kotlin
6 lines
119 B
Kotlin
package com.infendro.hash.keccak.sha3
|
|
|
|
import com.infendro.hash.keccak.Keccak
|
|
|
|
class `SHA3-512` : Keccak(64, 72, 0x06)
|