コード例 #1
0
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)
コード例 #2
0
ファイル: backend.py プロジェクト: CoderBotOrg/coderbotsrv
 def create_hmac_ctx(self, key, algorithm):
     return _HMACContext(self, key, algorithm)