6 lines
120 B
Kotlin
6 lines
120 B
Kotlin
package com.infendro.hash.keccak.sha3
|
|
|
|
import com.infendro.hash.keccak.Keccak
|
|
|
|
class `SHA3-384` : Keccak(48, 104, 0x06)
|