| Crates.io | keycache-libsecureenclave-sys |
| lib.rs | keycache-libsecureenclave-sys |
| version | 0.2.0 |
| created_at | 2025-08-12 18:19:42.207357+00 |
| updated_at | 2025-08-12 22:49:24.55368+00 |
| description | This crate provides a sys-wrapper for |
| homepage | |
| repository | https://github.com/KizzyCode/Keycache-rust |
| max_upload_size | |
| id | 1792309 |
| size | 41,358 |
keycache-libsecureenclave-sysThis crate provides a sys-wrapper for https://github.com/KizzyCode/secureenclave-c.
To regenerate the bindings after an update, call bindgen from the libsecureenclave-sys root directory:
bindgen --default-macro-constant-type=signed \
--default-enum-style=rust \
\
--no-recursive-allowlist \
--allowlist-type "sep_.*" \
--allowlist-var "sep_.*" \
--allowlist-function "sep_.*" \
\
--output ./src/ffi/libsecureenclave.rs ./libsecureenclave/Sources/SecureEnclave/include/SecureEnclave.h