ECDH secp256k1 KDF Generate TestVector

This repo produces shared secrets using ECDH on the ASN1 X9.63 standard as well as ECDH using libsecp256k1 variant (SHA-256 hash of compressed shared public point).

The test vectors are generated using pyca/cryptography and has been cross references using secp256k1 and ECDSA.

Generate

pip install -r requirements.txt && python generate.py