-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82aaea8
commit deefedc
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |