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