OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17212
/
usr
/
lib
/
python3
/
dist-packages
/
cryptography
/
hazmat
/
bindings
/
commoncrypto
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/08/2025 02:18:07 PM
rwxr-xr-x
📄
__init__.py
246 bytes
03/02/2016 02:10:12 AM
rw-r--r--
📁
__pycache__
-
05/08/2025 02:18:07 PM
rwxr-xr-x
📄
binding.py
410 bytes
03/02/2016 02:10:12 AM
rw-r--r--
Editing: binding.py
Close
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. from __future__ import absolute_import, division, print_function from cryptography.hazmat.bindings._commoncrypto import ffi, lib class Binding(object): """ CommonCrypto API wrapper. """ lib = lib ffi = ffi