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 | |
---|---|---|
.. | ||
bench_test.go | crypto: add sr25519 signature scheme (#4190) | 5 years ago |
encoding.go | proto: leftover amino (#4986) | 4 years ago |
privkey.go | proto: leftover amino (#4986) | 4 years ago |
pubkey.go | crypto: API modifications (#5236) | 4 years ago |
sr25519_test.go | crypto: API modifications (#5236) | 4 years ago |