Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
3e1516b624
|
linters: enable stylecheck (#4153)
Refs #3262 |
5 years ago |
Dev Ojha | 24b94d7aa4 |
crypto: Switch hkdfchacha back to xchacha (#2058)
hkdfchachapoly was a construction we came up with. There is no longer any reason to use it. We should instead just use xchacha for the remaining use cases we have. (Symmetrically encrypting the keys in the sdk keys package) |
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) |
6 years ago |
Liamsi | 5a70fa6f35 | fix typos | 6 years ago |