| Crates.io | oml-cryptokit-rs |
| lib.rs | oml-cryptokit-rs |
| version | 0.1.1-alpha |
| created_at | 2025-05-25 15:06:22.466143+00 |
| updated_at | 2025-05-25 15:58:55.200136+00 |
| description | A very lightweight wrapper around Apple's CryptoKit for Swift. |
| homepage | |
| repository | https://github.com/AndreasOM/oml-cryptokit-rs |
| max_upload_size | |
| id | 1688435 |
| size | 14,446 |
Note: I’m not a lawyer — please make sure to verify your own export compliance when distributing software that includes cryptographic algorithms.
TL;DR: This is a minimal wrapper around Apple’s CryptoKit, which unfortunately is only available as a Swift package.
We use it, along with a matching GDExtension, to ship Godot-based games that use encryption or signing — and benefit from reduced export paperwork, thanks to Apple handling the heavy lifting.
This is early work in progress!