Author | SHA1 | Message | Date |
---|---|---|---|
Marko |
b7c2d7a977
|
lint: enable nolintlinter, disable on tests
## Description - enable nolintlint - disable linting on tests Closes: #XXX |
5 years ago |
Ethan Buchman |
0533c73a50
|
crypto: revert to mainline Go crypto lib (#3027)
* crypto: revert to mainline Go crypto lib We used to use a fork for a modified bcrypt so we could pass our own randomness but this was largely unecessary, unused, and a burden. So now we just use the mainline Go crypto lib. * changelog * fix tests * version and changelog |
6 years ago |
Ethan Buchman |
feb08fa4f8
|
ed25519: use golang/x/crypto fork (#2558)
* ed25519: use golang/x/crypto fork * changelog * gix GenerateFromPassword * fixes from review |
6 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 |