Skip to content

Commit

Permalink
Disable failing line for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jul 31, 2024
1 parent 433b690 commit 31d8ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/FCryptoSHA2.uc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ static final function Sha2SmallUpdate(
CLen = Len;
}
// TODO: move memory functions to dedicated file.
class'FCryptoMemory'.static.MemMove_StaticBytes_64(Cc.Buf, Data, CLen, Ptr, DataIdx);
// TODO: different functions for all combinations of dynamic + static array params?
// class'FCryptoMemory'.static.MemMove_StaticBytes_64(Cc.Buf, Data, CLen, Ptr, DataIdx);
Ptr += CLen;
DataIdx += CLen;
Len -= CLen;
Expand Down

0 comments on commit 31d8ae2

Please sign in to comment.