Marko
9e98c74e3c
## Description This PR aims to make the crypto.PubKey interface more intuitive. Changes: - `VerfiyBytes` -> `VerifySignature` Before `Bytes()` was amino encoded, now since it is the byte representation should we get rid of it entirely? EDIT: decided to keep `Bytes()` as it is useful if you are using the interface instead of the concrete key Closes: #XXX |
4 years ago | |
---|---|---|
.. | ||
internal | crypto: API modifications (#5236) | 4 years ago |
Dockerfile | Add remote signer test harness (KMS) (#3149) | 6 years ago |
Makefile | Add remote signer test harness (KMS) (#3149) | 6 years ago |
README.md | Add remote signer test harness (KMS) (#3149) | 6 years ago |
main.go | keys: change to []bytes (#4950) | 5 years ago |
See the tm-signer-harness
documentation
for more details.