Author | SHA1 | Message | Date |
---|---|---|---|
ValarDragon | f903947ff3 |
crypto: Remove interface from crypto.Signature
Signatures are now []byte, which saves on the number of bytes after amino encoding (squash this) address Ismail's comment |
6 years ago |
ValarDragon | 99e582d79a |
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code for the crypto package. This PR moves the crypto code into submodules in a similar manner to what `golang/x/crypto` does. This improves code organization. Ref discussion: https://github.com/tendermint/tendermint/pull/1966 Closes #1956 |
6 years ago |
Ethan Frey | 9016390a6e | Moved crypto code to top level again | 8 years ago |
Ethan Frey | 17ed6d178d | move go-crypto files pre-keys merge | 8 years ago |
Jae Kwon | a3324cc97b | Cleanup; Implement .Wrap() | 8 years ago |