Comment out old debug generated code, but keep for short term reference, add android/jvm wrappers, seemingly solve android unit test problems
This commit is contained in:
parent
f060d2298d
commit
9962198aad
@ -0,0 +1,11 @@
|
||||
package com.ionspin.kotlin.crypto
|
||||
|
||||
|
||||
/**
|
||||
* Created by Ugljesa Jovanovic
|
||||
* ugljesa.jovanovic@ionspin.com
|
||||
* on 22-Aug-2020
|
||||
*/
|
||||
class SodiumWrapper : LazySodiumAndroid {
|
||||
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package com.ionspin.kotlin.crypto
|
||||
|
||||
import com.goterl.lazycode.lazysodium.LazySodiumJava
|
||||
import com.goterl.lazycode.lazysodium.SodiumJava
|
||||
|
||||
/**
|
||||
* Created by Ugljesa Jovanovic
|
||||
* ugljesa.jovanovic@ionspin.com
|
||||
* on 22-Aug-2020
|
||||
*/
|
||||
class ASodiumWrapper : SodiumJava() {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user