Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
users:toxcore [2020/05/25 17:17] – created skeleton1 | users:toxcore [2020/06/22 15:30] (current) – list bindings skeleton1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Toxcore====== | ||
+ | |||
Toxcore is the core library used by [[|Tox clients]], responsible for handling the end-to-end encrypted communication of the Tox protocol. The cryptographic library used by Toxcore is NaCl via [[https:// | Toxcore is the core library used by [[|Tox clients]], responsible for handling the end-to-end encrypted communication of the Tox protocol. The cryptographic library used by Toxcore is NaCl via [[https:// | ||
Line 4: | Line 6: | ||
The current implementation of Toxcore used by most [[: | The current implementation of Toxcore used by most [[: | ||
+ | |||
+ | ===== Compiling Toxcore ===== | ||
+ | |||
+ | See the [[https:// | ||
+ | |||
+ | ===== Bindings ===== | ||
+ | * Node.js: https:// | ||
+ | * Python: https:// | ||
+ | * JVM: https:// | ||
+ | * Golang: https:// | ||
+ | * Haskell: https:// |