Beispiel #1
0
 def algorithm(self, key):
     return hmaclib.md5(key)
Beispiel #2
0
 def algorithm(self, key):
     return md_hmac.md5(key)