# oml-cryptokit-rs
*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*](https://developer.apple.com/documentation/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!_