Skip to content

Instantly share code, notes, and snippets.

using System.Security.Cryptography;
namespace MediaMetadata.Contribs.damieng
{
/// <summary>
/// Crc32 Implementation by damieng, http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
/// </summary>
public class Crc32 : HashAlgorithm
{
public const uint DefaultPolynomial = 0xedb88320;
{
"countries":[
{
"name":"Afghanistan",
"phoneCode":"93",
"iso":"AF"
},
{
"name":"Albania",
"phoneCode":"355",