Sajjon / ECDH-secp256k1-KDF-Generate-TestVector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%