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