mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-21 03:39:27 +02:00
Utilities: Added copyright notices
This commit is contained in:
parent
67198dd05b
commit
ca29e4e759
23 changed files with 143 additions and 10 deletions
|
@ -1,10 +1,11 @@
|
|||
/* Author: Damien Guard (damieng@gmail.com)
|
||||
* http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
|
||||
*/
|
||||
using System;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace Utilities
|
||||
{
|
||||
// Author: Damien Guard (damieng@gmail.com)
|
||||
// http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
|
||||
public class CRC32 : HashAlgorithm
|
||||
{
|
||||
public const UInt32 DefaultPolynomial = 0xedb88320;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue