Fork of Chainlink Ethereum signature utilities
Go to file
2025-07-28 12:22:52 +08:00
cryptotest Initial commit 2025-01-18 15:01:45 +08:00
ethdss DSSArgs fields must be public 2025-07-28 12:22:52 +08:00
ethschnorr Normalize weird error handling 2025-07-28 12:21:44 +08:00
secp256k1 Change compressed encoding to match SEC1 2025-07-28 12:18:37 +08:00
go.mod Initial commit 2025-01-18 15:01:45 +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.