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