Update crytpo module package structure
This commit is contained in:
parent
f70176d47c
commit
32bc268594
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
package net.agorise.shared.crypto.crc
|
package net.agorise.shared.crypto
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides functionality to calculate CRC-32 checksums.
|
* Provides functionality to calculate CRC-32 checksums.
|
|
@ -1,4 +1,4 @@
|
||||||
package net.agorise.shared.crypto.crc
|
package net.agorise.shared.crypto
|
||||||
|
|
||||||
import kotlin.test.Test
|
import kotlin.test.Test
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
|
@ -3,7 +3,7 @@ package net.agorise.shared.stargate.mnemonics
|
||||||
import dev.whyoleg.cryptography.bigint.BigInt
|
import dev.whyoleg.cryptography.bigint.BigInt
|
||||||
import dev.whyoleg.cryptography.bigint.decodeToBigInt
|
import dev.whyoleg.cryptography.bigint.decodeToBigInt
|
||||||
import io.ktor.utils.io.core.toByteArray
|
import io.ktor.utils.io.core.toByteArray
|
||||||
import net.agorise.shared.crypto.crc.Crc32
|
import net.agorise.shared.crypto.Crc32
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides functionality to create and validate mnemonics.
|
* Provides functionality to create and validate mnemonics.
|
||||||
|
|
Loading…
Reference in a new issue