Macaulay2 Engine
Loading...
Searching...
No Matches

◆ computeHashValue()

unsigned int Tower::computeHashValue ( const ring_elem a) const
virtual

Implements Ring.

Definition at line 69 of file tower.cpp.

70{
71 // TODO HASH
72 (void) a;
73 return 3212415;
74}