cosmos-sdk/crypto/keys
Emmanuel T Odeke 641ab20415
fix: crypto/keys/secp246k1/*: add +build cgo guard to avoid failure with CGO_ENABLED=0 (#13267)
Fixes an oversight that hadn't been considered when the build
guards were added to the other files in the same directory, that
this test requires linking with code that hooks into cgo. This change
adds the build guard

    +build cgo

Fixes #13266
2022-09-14 01:06:44 +02:00
..
ed25519 refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
internal chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
multisig refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
secp256k1 fix: crypto/keys/secp246k1/*: add +build cgo guard to avoid failure with CGO_ENABLED=0 (#13267) 2022-09-14 01:06:44 +02:00
secp256r1 refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00