Embed AES/RSA/SHA-1 crypto implementation

This commit is contained in:
2026-09-09 01:23:47 +08:00
parent 74f9e6f529
commit c038082897
49 files changed
+931 -1107

No files matched your search

+1 -1
View File
@@ -7,7 +7,7 @@ allprojects {
group = "cn.rtast.libmc"
val libVersion = getProperty("libVersion")
version = when (name) {
"protocol" -> getProperty("protocolVersion")
"protocol" -> getProperty("protocolVersion") + "-" + libVersion
else -> libVersion
}