Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebdc286

Browse files
committed
v1.2.0 package
1 parent 44aa6a6 commit ebdc286

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Crc32.NET.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Fast version of Crc32 &amp; Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.</description>
1414
<releaseNotes>
15-
Additional improvements in algorithm with +70MB/s calculation speed as result.
16-
Added Crc32C implementation (due lack of other .NET core implementations).
17-
Added option to constructor with ability to specify BigEndian/LittleEndian byte conversion for HashFinal.
15+
Added helper methods for computing and validating Crc32 (can be convenient sometimes)
16+
Added support for .NET Standard 2.0
1817
</releaseNotes>
1918
<copyright>Copyright by Force 2016-2017</copyright>
2019
<tags>crc32 crc-32 crc crc32c .NET</tags>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Initially, this library only support Crc32 checksum, but I found, that there are
1616

1717
So, if you need to use Crc32C for .NET Core, you can use this library. But if you only use 'big' .NET frameworks, it is better to use [Crc32C.NET](https://crc32c.angeloflogic.com/) for Crc32C? because it has fast native implementation.
1818

19-
### Version 1.2.0 Remarks (not in production yet)
19+
### Version 1.2.0 Remarks
2020

2121
CRC algorithms has interesting feature: if we calculate it for some data and write result CRC data to end of source data, then calculate data **with** this CRC we'll receive a constant number.
2222
This number is 0x2144DF1C for CRC32 and 0x48674BC7 for CRC32C.

0 commit comments

Comments
 (0)