- Dec 05, 2023
-
-
Richard T. Carback III authored
-
Richard T. Carback III authored
There's a bug in this test where it's calculating a digestfor the nil preimage. This is caused by using `.Sum` with a byte slice, which one might think includes that slice in the hash, but in fact only appends to that slice. This is a regular mistake, and the situation becomes incredibly confusing when you look at the blake2b implemenation which has `.Sum` functions that work the way one might expect. Since it is becoming a checklist item, I think that qualifies `.Sum` as at least confusing and needing specific rules (imo it should be deprecated as well, its fine at first glance but seems sloppy in practice given how often devs mess it up). Moving forward, `.Sum(nil)` is the only acceptable usage and anything else should be changed unless there's a very defensible reason AND a comment explaining why it is the way it is.
-
- Jan 24, 2023
-
-
Josh Brooks authored
-
- Jan 13, 2023
-
-
Richard T. Carback III authored
-
- Nov 04, 2022
-
-
Josh Brooks authored
-
- Oct 17, 2022
-
-
Richard T. Carback III authored
-
- Sep 13, 2022
-
-
Jono Wenger authored
-
David Stainton authored
-
David Stainton authored
-
- Sep 08, 2022
-
-
David Stainton authored
-
David Stainton authored
-
David Stainton authored
-
- Sep 07, 2022
-
-
David Stainton authored
-
- Sep 06, 2022
-
-
David Stainton authored
-
- Sep 02, 2022
-
-
Sydney Anne Erickson authored
-
- Apr 29, 2022
-
-
Richard T. Carback III authored
Add multicastRSA, which allows one to encrypt with a private key and receivers to decrypt with the public key
-
- Oct 30, 2020
-
-
Richard T. Carback III authored
-
- Aug 05, 2020
-
-
Sydney Anne Erickson authored
-