Add an ECDSA signing and verifying example
Add a Schnorr signing and verifying example
Add a ecdh shared secret example
Co-authored-by: Jonas Nick <jonasd.nick@gmail.com>
Optionally compile the examples in autotools and cmake, compile+run on Github Actions
CMake code inspired by https://github.com/bitcoin-core/secp256k1/blob/master/examples/CMakeLists.txt (without the ctest / add_test wrappers)
Add usage examples to the readme
Add a copy of the CC0 license to the examples
This is a backport of secp256k1#748
with minor changes from secp256k1#1079 (backported earlier in D19499)
