Skip to content

Commit

Permalink
feat(configs): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Apr 18, 2023
1 parent c040f94 commit 6cf435a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package io.github.ryunen344.tink.aead

import com.google.crypto.tink.TINKAeadConfig
import com.google.crypto.tink.TINKConfig
import io.github.ryunen344.tink.exception.GeneralSecurityException
import io.github.ryunen344.tink.util.asThrowable
import kotlinx.cinterop.ObjCObjectVar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package io.github.ryunen344.tink.hybrid

import com.google.crypto.tink.TINKConfig
import com.google.crypto.tink.TINKHybridConfig
import io.github.ryunen344.tink.exception.GeneralSecurityException
import io.github.ryunen344.tink.util.asThrowable
import kotlinx.cinterop.ObjCObjectVar
Expand Down

0 comments on commit 6cf435a

Please sign in to comment.