Fork of Chainlink Ethereum signature utilities
Go to file
2025-07-28 12:33:07 +08:00
cryptotest Initial commit 2025-01-18 15:01:45 +08:00
ethdss Rename package 2025-07-28 12:28:02 +08:00
ethschnorr Rename package 2025-07-28 12:28:02 +08:00
secp256k1 Rename package 2025-07-28 12:28:02 +08:00
go.mod Use cerc kyber fork 2025-07-28 12:33:07 +08:00
LICENSE Initial commit 2025-01-18 15:01:45 +08:00
README.md Change compressed encoding to match SEC1 2025-07-28 12:18:37 +08:00

Ethereum DSS utilities copied from github.com/smartcontractkit/chainlink v2.19.0

Functional changes:

  • the compressed binary encoding of secp256k1 points is made compatible with that described in SEC1 (section 2.3.3), which is used by Cosmos SDK.