11[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+
810
911# ----- DEPRECATED -----
1012# Will cease to be published next major version release and subsequently removed from the catalog
1113#
1214# Use instead:
1315# bitops-endian
14- endians = " 0.3.2"
16+ # random-crypto-rand
17+ endians = " 0.3.2"
18+ secureRandom = " 0.4.0"
1519
1620[libraries ]
1721# 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" }
2024
2125# 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" }
2633
2734# 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" }
3340
3441# 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" }
4148
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 " }
4451
4552# 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" }
4754
4855
4956# ----- DEPRECATED -----
@@ -52,5 +59,7 @@ sponges-keccak = { module = "org.kotlincrypto.sponges:keccak", version.ref = "s
5259# Use instead:
5360# core-core
5461# 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