initial commit
This commit is contained in:
7
src/commonMain/kotlin/com/infendro/hash/HashFunction.kt
Normal file
7
src/commonMain/kotlin/com/infendro/hash/HashFunction.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.infendro.hash
|
||||
|
||||
sealed class HashFunction {
|
||||
abstract fun hash(
|
||||
value: ByteArray,
|
||||
): ByteArray
|
||||
}
|
||||
Reference in New Issue
Block a user