Skip to content

Commit

Permalink
For F.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Dec 4, 2024
1 parent 82aaea8 commit deefedc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20241204.txt
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 5 additions & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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))
3 changes: 1 addition & 2 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit deefedc

Please sign in to comment.