Skip to content

Commit

Permalink
Add some notes for NanaZip.Codecs\NanaZip.Codecs.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jan 28, 2025
1 parent cfc8442 commit 98b0ed9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NanaZip.Codecs/NanaZip.Codecs.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* PROJECT: NanaZip
* FILE: NanaZip.Codecs.cpp
* PURPOSE: Implementation for NanaZip.Codecs
Expand All @@ -21,9 +21,11 @@ namespace
struct HashProviderItem
{
const char* Name;
IHasher*(*Create)();
IHasher* (*Create)();
};

// Registered Hashers
// DO NOT CHANGE THE SEQUENCE FOR COMPATIBILITY
HashProviderItem g_Hashers[] =
{
{ "MD2", NanaZip::Codecs::Hash::CreateMd2 },
Expand Down

0 comments on commit 98b0ed9

Please sign in to comment.