예제 #1
0
 def algorithm(self, key):
     return hmaclib.md2(key)
예제 #2
0
 def algorithm(self, key):
     return md_hmac.md2(key)