File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
library/error/src/jvmMain/kotlin/org/kotlincrypto/error Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ POM_DEVELOPER_ID=KotlinCrypto
30
30
POM_DEVELOPER_NAME =Kotlin Crypto
31
31
POM_DEVELOPER_URL =https://github.com/KotlinCrypto/
32
32
33
- VERSION_NAME =0.1.0
33
+ VERSION_NAME =0.2.0-SNAPSHOT
34
34
# 0.1.0-alpha01 = 00 01 00 11
35
35
# 0.1.0-beta01 = 00 01 00 21
36
36
# 0.1.0-rc01 = 00 01 00 31
37
37
# 0.1.0 = 00 01 00 99
38
38
# 1.1.0 = 01 01 00 99
39
- VERSION_CODE =00010011
39
+ VERSION_CODE =00020011
Original file line number Diff line number Diff line change 17
17
18
18
package org.kotlincrypto.error
19
19
20
- import java.security.SecureRandom
21
-
22
20
public actual typealias InvalidParameterException = java.security.InvalidParameterException
23
21
public actual typealias GeneralSecurityException = java.security.GeneralSecurityException
24
22
public actual typealias BadPaddingException = javax.crypto.BadPaddingException
@@ -29,7 +27,3 @@ public actual typealias IllegalBlockSizeException = javax.crypto.IllegalBlockSiz
29
27
public actual typealias KeyException = java.security.KeyException
30
28
public actual typealias InvalidKeyException = java.security.InvalidKeyException
31
29
public actual typealias ShortBufferException = javax.crypto.ShortBufferException
32
-
33
- private fun SecureRandom.lll () {
34
-
35
- }
You can’t perform that action at this time.
0 commit comments