Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Falbesoner
965393fcea examples: use EXIT_... constants for main return values
Fixes issue #1609.
2025-02-14 13:43:10 +01:00
Jonas Nick
5bab8f6d3c examples: make key generation doc consistent 2024-10-14 13:24:34 +00:00
cheapshot003
cd4f84f3ba Improve examples/documentation: remove key generation loops
Co-Authored by: Sebastian Falbesoner <sebastian.falbesoner@gmail.com>
2024-10-09 16:24:38 +03:00
Sebastian Falbesoner
31f84595c4 Add ellswift usage example
This should hopefully be useful as orientation for users implementing
the key exchange part of BIP324. Conceptually the example is not very
different to the ECDH one, so a lot of code/comments are just copied
(e.g. context creation, secret key generation, shared secret comparison,
console output, cleanup with secret key clearing).
2024-06-25 17:11:20 +02:00