File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,17 @@ Low level core cryptographic components for Kotlin Multiplatform
25
25
NOTE: For Jvm, ` Digest ` extends ` java.security.MessageDigest ` and ` Mac ` extends ` javax.crypto.Mac `
26
26
for interoperability.
27
27
28
+ ### Modules
29
+
30
+ - [ core] ( library/core/README.md )
31
+ - [ digest] ( library/digest/README.md )
32
+ - [ mac] ( library/mac/README.md )
33
+ - [ xof] ( library/xof/README.md )
34
+
35
+ ### API Docs
36
+
37
+ - [ https://core.kotlincrypto.org ] [ url-docs ]
38
+
28
39
### Library Authors
29
40
30
41
Modules in ` core ` are intentionally ** single purpose** and ** small** such that you
@@ -46,12 +57,6 @@ class FooFeatureA(digest: Digest) {
46
57
}
47
58
```
48
59
49
- ### Usage
50
-
51
- - See module [ digest] ( library/digest/README.md )
52
- - See module [ mac] ( library/mac/README.md )
53
- - See module [ xof] ( library/xof/README.md )
54
-
55
60
### Get Started
56
61
57
62
The best way to keep ` KotlinCrypto ` dependencies up to date is by using the
@@ -98,3 +103,4 @@ dependencies {
98
103
[ url-license ] : https://www.apache.org/licenses/LICENSE-2.0.txt
99
104
[ url-kotlin ] : https://kotlinlang.org
100
105
[ url-version-catalog ] : https://github.com/KotlinCrypto/version-catalog
106
+ [ url-docs ] : https://core.kotlincrypto.org
You can’t perform that action at this time.
0 commit comments