-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkotlincrypto.versions.toml
More file actions
43 lines (36 loc) · 2.23 KB
/
kotlincrypto.versions.toml
File metadata and controls
43 lines (36 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[versions]
bitops = "0.3.0"
core = "0.8.0"
error = "0.4.0"
hash = "0.8.0"
macs = "0.8.0"
random = "0.6.0"
sponges = "0.5.0"
[libraries]
# https://github.com/KotlinCrypto/bitops
bitops-bits = { module = "org.kotlincrypto.bitops:bits", version.ref = "bitops" }
bitops-endian = { module = "org.kotlincrypto.bitops:endian", version.ref = "bitops" }
# https://github.com/KotlinCrypto/core
core-core = { module = "org.kotlincrypto.core:core", version.ref = "core" }
core-digest = { module = "org.kotlincrypto.core:digest", version.ref = "core" }
core-mac = { module = "org.kotlincrypto.core:mac", version.ref = "core" }
core-xof = { module = "org.kotlincrypto.core:xof", version.ref = "core" }
# https://github.com/KotlinCrypto/error
error-error = { module = "org.kotlincrypto:error", version.ref = "error" }
# https://github.com/KotlinCrypto/hash
hash-blake2 = { module = "org.kotlincrypto.hash:blake2", version.ref = "hash" }
hash-md = { module = "org.kotlincrypto.hash:md", version.ref = "hash" }
hash-sha1 = { module = "org.kotlincrypto.hash:sha1", version.ref = "hash" }
hash-sha2 = { module = "org.kotlincrypto.hash:sha2", version.ref = "hash" }
hash-sha3 = { module = "org.kotlincrypto.hash:sha3", version.ref = "hash" }
# https://github.com/KotlinCrypto/MACs
macs-blake2 = { module = "org.kotlincrypto.macs:blake2", version.ref = "macs" }
macs-hmac-md = { module = "org.kotlincrypto.macs:hmac-md", version.ref = "macs" }
macs-hmac-sha1 = { module = "org.kotlincrypto.macs:hmac-sha1", version.ref = "macs" }
macs-hmac-sha2 = { module = "org.kotlincrypto.macs:hmac-sha2", version.ref = "macs" }
macs-hmac-sha3 = { module = "org.kotlincrypto.macs:hmac-sha3", version.ref = "macs" }
macs-kmac = { module = "org.kotlincrypto.macs:kmac", version.ref = "macs" }
# https://github.com/KotlinCrypto/random
random-crypto-rand = { module = "org.kotlincrypto.random:crypto-rand", version.ref = "random" }
# https://github.com/KotlinCrypto/sponges
sponges-keccak = { module = "org.kotlincrypto.sponges:keccak", version.ref = "sponges" }