コード例 #1
0
 def algorithm(self, key):
     return hmaclib.sha384(key)
コード例 #2
0
 def algorithm(self, key):
     return md_hmac.sha384(key)