1
1
[versions ]
2
- bitops = " 0.1.1"
3
- core = " 0.6.0"
4
- hash = " 0.6.0"
5
- macs = " 0.6.0"
6
- secureRandom = " 0.3.2"
7
- sponges = " 0.3.4"
2
+ bitops = " 0.1.2"
3
+ core = " 0.6.1"
4
+ error = " 0.2.0"
5
+ hash = " 0.6.1"
6
+ macs = " 0.6.1"
7
+ random = " 0.4.0"
8
+ sponges = " 0.3.4"
9
+
8
10
9
11
# ----- DEPRECATED -----
10
12
# Will cease to be published next major version release and subsequently removed from the catalog
11
13
#
12
14
# Use instead:
13
15
# bitops-endian
14
- endians = " 0.3.2"
16
+ # random-crypto-rand
17
+ endians = " 0.3.2"
18
+ secureRandom = " 0.4.0"
15
19
16
20
[libraries ]
17
21
# https://github.com/KotlinCrypto/bitops
18
- bitops-bits = { module = " org.kotlincrypto.bitops:bits" , version.ref = " bitops" }
19
- bitops-endian = { module = " org.kotlincrypto.bitops:endian" , version.ref = " bitops" }
22
+ bitops-bits = { module = " org.kotlincrypto.bitops:bits" , version.ref = " bitops" }
23
+ bitops-endian = { module = " org.kotlincrypto.bitops:endian" , version.ref = " bitops" }
20
24
21
25
# https://github.com/KotlinCrypto/core
22
- core-core = { module = " org.kotlincrypto.core:core" , version.ref = " core" }
23
- core-digest = { module = " org.kotlincrypto.core:digest" , version.ref = " core" }
24
- core-mac = { module = " org.kotlincrypto.core:mac" , version.ref = " core" }
25
- core-xof = { module = " org.kotlincrypto.core:xof" , version.ref = " core" }
26
+ core-core = { module = " org.kotlincrypto.core:core" , version.ref = " core" }
27
+ core-digest = { module = " org.kotlincrypto.core:digest" , version.ref = " core" }
28
+ core-mac = { module = " org.kotlincrypto.core:mac" , version.ref = " core" }
29
+ core-xof = { module = " org.kotlincrypto.core:xof" , version.ref = " core" }
30
+
31
+ # https://github.com/KotlinCrypto/error
32
+ error-error = { module = " org.kotlincrypto:error" , version.ref = " error" }
26
33
27
34
# https://github.com/KotlinCrypto/hash
28
- hash-blake2 = { module = " org.kotlincrypto.hash:blake2" , version.ref = " hash" }
29
- hash-md = { module = " org.kotlincrypto.hash:md" , version.ref = " hash" }
30
- hash-sha1 = { module = " org.kotlincrypto.hash:sha1" , version.ref = " hash" }
31
- hash-sha2 = { module = " org.kotlincrypto.hash:sha2" , version.ref = " hash" }
32
- hash-sha3 = { module = " org.kotlincrypto.hash:sha3" , version.ref = " hash" }
35
+ hash-blake2 = { module = " org.kotlincrypto.hash:blake2" , version.ref = " hash" }
36
+ hash-md = { module = " org.kotlincrypto.hash:md" , version.ref = " hash" }
37
+ hash-sha1 = { module = " org.kotlincrypto.hash:sha1" , version.ref = " hash" }
38
+ hash-sha2 = { module = " org.kotlincrypto.hash:sha2" , version.ref = " hash" }
39
+ hash-sha3 = { module = " org.kotlincrypto.hash:sha3" , version.ref = " hash" }
33
40
34
41
# https://github.com/KotlinCrypto/MACs
35
- macs-blake2 = { module = " org.kotlincrypto.macs:blake2" , version.ref = " macs" }
36
- macs-hmac-md = { module = " org.kotlincrypto.macs:hmac-md" , version.ref = " macs" }
37
- macs-hmac-sha1 = { module = " org.kotlincrypto.macs:hmac-sha1" , version.ref = " macs" }
38
- macs-hmac-sha2 = { module = " org.kotlincrypto.macs:hmac-sha2" , version.ref = " macs" }
39
- macs-hmac-sha3 = { module = " org.kotlincrypto.macs:hmac-sha3" , version.ref = " macs" }
40
- macs-kmac = { module = " org.kotlincrypto.macs:kmac" , version.ref = " macs" }
42
+ macs-blake2 = { module = " org.kotlincrypto.macs:blake2" , version.ref = " macs" }
43
+ macs-hmac-md = { module = " org.kotlincrypto.macs:hmac-md" , version.ref = " macs" }
44
+ macs-hmac-sha1 = { module = " org.kotlincrypto.macs:hmac-sha1" , version.ref = " macs" }
45
+ macs-hmac-sha2 = { module = " org.kotlincrypto.macs:hmac-sha2" , version.ref = " macs" }
46
+ macs-hmac-sha3 = { module = " org.kotlincrypto.macs:hmac-sha3" , version.ref = " macs" }
47
+ macs-kmac = { module = " org.kotlincrypto.macs:kmac" , version.ref = " macs" }
41
48
42
- # https://github.com/KotlinCrypto/secure- random
43
- secureRandom = { module = " org.kotlincrypto:secure-random " , version.ref = " secureRandom " }
49
+ # https://github.com/KotlinCrypto/random
50
+ random-crypto-rand = { module = " org.kotlincrypto.random:crypto-rand " , version.ref = " random " }
44
51
45
52
# https://github.com/KotlinCrypto/sponges
46
- sponges-keccak = { module = " org.kotlincrypto.sponges:keccak" , version.ref = " sponges" }
53
+ sponges-keccak = { module = " org.kotlincrypto.sponges:keccak" , version.ref = " sponges" }
47
54
48
55
49
56
# ----- DEPRECATED -----
@@ -52,5 +59,7 @@ sponges-keccak = { module = "org.kotlincrypto.sponges:keccak", version.ref = "s
52
59
# Use instead:
53
60
# core-core
54
61
# bitops-endian
55
- core-common = { module = " org.kotlincrypto.core:core" , version.ref = " core" }
56
- endians-endians = { module = " org.kotlincrypto.endians:endians" , version.ref = " endians" }
62
+ # random-crypto-rand
63
+ core-common = { module = " org.kotlincrypto.core:core" , version.ref = " core" }
64
+ endians-endians = { module = " org.kotlincrypto.endians:endians" , version.ref = " endians" }
65
+ secureRandom = { module = " org.kotlincrypto:secure-random" , version.ref = " secureRandom" }
0 commit comments