Add PCLMUL implementation of CRC32.

This commit is contained in:
2021-09-26 23:13:50 +01:00
parent 71d7570eea
commit ad700cc706

View File

@@ -34,6 +34,7 @@ using NUnit.Framework;
namespace Aaru.Tests.Checksums
{
// TODO: Add tests for misaligned data with PCLMUL implementation.
[TestFixture]
public class Crc32
{