Author | SHA1 | Message | Date |
---|---|---|---|
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 |
Zach Ramsay | 44dad6d70b |
Revert "detele everything"
This reverts commit
|
6 years ago |
Zach Ramsay | d02c5d1e30 | detele everything | 6 years ago |
ValarDragon | 3ae878b229 | crypto/hkdfchachapoly: Add testing seal to the test vector | 6 years ago |
Liamsi | f3d755f5e8 |
please the linter gods:
crypto/hkdfchacha20poly1305/hkdfchachapoly_test.go:36:25:warning: should use make([]byte, 24) instead (S1019) (gosimple) |
7 years ago |
Liamsi | 5a70fa6f35 | fix typos | 7 years ago |