cosmos-sdk/crypto
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
..
codec refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00
hd refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
keyring perf: reduce user's password prompts when calling keyring List function (#13207) 2022-09-09 11:38:10 +00:00
keys fix: crypto/keys/secp246k1/*: add +build cgo guard to avoid failure with CGO_ENABLED=0 (#13267) 2022-09-14 01:06:44 +02:00
ledger ci: fix sims gh actions and build error (#13175) 2022-09-07 16:01:33 +00:00
types refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
xsalsa20symmetric chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
armor.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
armor_test.go refactor(crypto): remove dependency on simapp from tests (#12614) 2022-07-18 14:45:09 +00:00
bcrypt_readme.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00