refactor package structure
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package com.infendro.hash
|
||||
|
||||
sealed class HashFunction {
|
||||
abstract class HashFunction {
|
||||
abstract val bytes: Int
|
||||
@Suppress("UNUSED")
|
||||
val bits: Int
|
||||
get() = bytes * 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user