
| Current Path : /var/www/wsgi/www/api/venv/lib/python3.12/site-packages/oscrypto/_mac/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/wsgi/www/api/venv/lib/python3.12/site-packages/oscrypto/_mac/_common_crypto.py |
# coding: utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from .. import ffi
if ffi() == 'cffi':
from ._common_crypto_cffi import CommonCrypto
else:
from ._common_crypto_ctypes import CommonCrypto
__all__ = [
'CommonCrypto',
'CommonCryptoConst',
]
class CommonCryptoConst():
kCCPBKDF2 = 2
kCCPRFHmacAlgSHA1 = 1
kCCPRFHmacAlgSHA224 = 2
kCCPRFHmacAlgSHA256 = 3
kCCPRFHmacAlgSHA384 = 4
kCCPRFHmacAlgSHA512 = 5