예제 #1
0
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)
예제 #2
0
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)