Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9cec06a
Update csproj for v7 changes
LordOfXen Sep 19, 2025
051e14e
Upload v7
LordOfXen Sep 19, 2025
faa32b6
Upload V7 unit tests
LordOfXen Sep 19, 2025
4655f3f
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACMD5 …
LordOfXen Sep 19, 2025
4f1ef3b
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA1…
LordOfXen Sep 19, 2025
6af8a90
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA2…
LordOfXen Sep 19, 2025
b87c002
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3…
LordOfXen Sep 19, 2025
5a06e81
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3…
LordOfXen Sep 19, 2025
f98e389
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3…
LordOfXen Sep 19, 2025
365633b
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3…
LordOfXen Sep 19, 2025
f50e25d
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA5…
LordOfXen Sep 19, 2025
2f4c54f
Fix README having duplicate implementations
LordOfXen Sep 19, 2025
a582971
Remove old Base85Variant
LordOfXen Sep 19, 2025
52eb07b
Remove the old Base85Helper.cs
LordOfXen Sep 19, 2025
500b2fd
Add read-only span deserializer to Argon2idSerializer
LordOfXen Sep 19, 2025
13e7d7d
Update Argon2idDecoder to use ReadOnlySpan over ArraySegment
LordOfXen Sep 19, 2025
10b18c0
Update SpookyHash to fully use Span
LordOfXen Sep 19, 2025
8c5e494
Remove unused ArraySegment zero fill helper method from ArrayHelpers
LordOfXen Sep 19, 2025
5729fd5
Update SpookyHashV2 to fully use Span
LordOfXen Sep 19, 2025
dc4ec35
Fix CopyStateTo internal buffer condition in BlockTransformerBase
LordOfXen Sep 19, 2025
68e00f2
Leave validations to span in BlockTransformerBase:TransformBytes
LordOfXen Sep 19, 2025
3ad1a5a
Leave validations to span in HashFunctionBase:ComputeHash
LordOfXen Sep 19, 2025
19e06eb
Update Keccak with ValueEndianness fo BigEndian
LordOfXen Sep 19, 2025
76b0df3
Remove cancellationToken check in FinalizeHashValue of Blake2b and re…
LordOfXen Sep 19, 2025
b037c9d
Update blake3 implementation as little endian
LordOfXen Sep 19, 2025
e51f359
Add cancellation token validation into FinalizeHashValue in BlockTran…
LordOfXen Sep 19, 2025
d73911b
Add new methods to IHashValue
LordOfXen Sep 19, 2025
183202d
Add new methods to HashValue
LordOfXen Sep 19, 2025
d9c62ff
Return the current instance if the requested bit length in Coerce equ…
LordOfXen Sep 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions HashifyNet.UnitTests/Algorithms/CRC/CRCConfig_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -865,5 +865,4 @@ public void CRCConfig_Clone_Works()
),
};
}
}

}
73 changes: 72 additions & 1 deletion HashifyNet.UnitTests/Algorithms/CRC/CRC_Implementation_Tests.cs

Large diffs are not rendered by default.

Loading
Loading