Skip to content

Conversation

@ArtyomPeshkov
Copy link
Contributor

No description provided.

};

class ECMPHasher : public IPacketHasher {
class ECMPHasher : public ClonebleHasher<ECMPHasher> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class ECMPHasher : public ClonebleHasher<ECMPHasher> {
class ECMPHasher : public ClonebleHasher<ECMPHasher> {

};

class SaltECMPHasher : public IPacketHasher {
class SaltECMPHasher : public ClonebleHasher<SaltECMPHasher> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class SaltECMPHasher : public ClonebleHasher<SaltECMPHasher> {
class SaltECMPHasher : public ClonebleHasher<SaltECMPHasher> {

};

class FLowletHasher : public IPacketHasher {
class FLowletHasher : public ClonebleHasher<FLowletHasher> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class FLowletHasher : public ClonebleHasher<FLowletHasher> {
class FLowletHasher : public ClonebleHasher<FLowletHasher> {

};

class SymmetricHasher : public IPacketHasher {
class SymmetricHasher : public ClonebleHasher<SymmetricHasher> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class SymmetricHasher : public ClonebleHasher<SymmetricHasher> {
class SymmetricHasher : public ClonebleHasher<SymmetricHasher> {

};

class RandomHasher : public IPacketHasher {
template <typename Hasher>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, but I think, naming I suggested before is not really good

Suggested change
template <typename Hasher>
template <typename THasher>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants