Esempio n. 1
0
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)
Esempio n. 2
0
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)