Alex Barney b6499a6c12 Rename IsEmpty to IsZeros
Renames the IsEmpty() functions that check if an array is all zeros. This helps avoid confusion because Span has an IsEmpty property that returns true if the span's length is 0.

The change actually revealed a tiny bug in KeyDerivation where the property was accidentally used instead of the function.
2020-10-11 23:47:26 -07:00
..
2020-10-06 22:18:34 -07:00
2020-10-11 23:47:26 -07:00
2020-10-06 22:18:34 -07:00
2020-10-10 17:19:40 -07:00