From deefedcabf72ffb92554bd78a6577c5f9a018a89 Mon Sep 17 00:00:00 2001 From: textbrowser Date: Wed, 4 Dec 2024 13:50:04 -0500 Subject: [PATCH] For F. --- .../metadata/android/en-US/changelogs/20241204.txt | 6 ++++++ fastlane/metadata/android/en-US/full_description.txt | 10 +++++----- fastlane/metadata/android/en-US/short_description.txt | 3 +-- 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20241204.txt diff --git a/fastlane/metadata/android/en-US/changelogs/20241204.txt b/fastlane/metadata/android/en-US/changelogs/20241204.txt new file mode 100644 index 0000000..170a0fe --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20241204.txt @@ -0,0 +1,6 @@ +* Android is ARM32 and ARM64! +* Automatics and constants. +* Qt 6.8.1 LTS on Android. +* Qt 6.8.1 LTS on MacOS. +* SHA3-512 HMAC. +* Simpler communications key. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 278f3fd..9cacd30 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,11 +1,11 @@ -Android, FreeBSD, Linux, MacOS, OpenBSD, and Windows. Just about anywhere. +Android, FreeBSD, Linux, MacOS, OpenBSD, and Windows. Just about anyware. C++11 is required. C++17 for Qt 6. -Qt LTS is supported. +Qt LTS is supported. Qt 4.8.x is obsolete. -Data authentication is provided by SHA-1 HMAC. Encryption is not necessary! +Data authentication is provided by SHA3-512 HMAC. Encryption is not necessary! -Key = (Local Address xor Peer Address) || (Local Port xor Peer Port) || (Caissa) +Key = Caissa -Digest = HMAC(Data, HMAC(Key, "QtChess" || 0x01)) +Digest = HMAC(Data, HMAC(Key, "QtChess" || QtChess-Version || 0x01)) diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index c36dd63..44fa7de 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1,2 +1 @@ -QtChess is a peer-to-peer chess program. -ARM, Android, MacOS, PowerPC, Sparc, Windows, etc. Written in C++. +QtChess is a peer-to-peer chess program available everyware.