LibHac/build
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
..
CodeGen Rename IsEmpty to IsZeros 2020-10-11 23:47:26 -07:00
_build.csproj Embed key sources in the library 2020-10-06 22:18:34 -07:00
Build.cs Embed key sources in the library 2020-10-06 22:18:34 -07:00
RepackNuget.cs Misc build updates 2020-02-29 01:36:23 -07:00