mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add PCLMUL implementation of CRC32.
This commit is contained in:
@@ -34,6 +34,7 @@ using NUnit.Framework;
|
||||
|
||||
namespace Aaru.Tests.Checksums
|
||||
{
|
||||
// TODO: Add tests for misaligned data with PCLMUL implementation.
|
||||
[TestFixture]
|
||||
public class Crc32
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user