oml-cryptokit-rs 0.1.1-alpha

A very lightweight wrapper around Apple's CryptoKit for Swift.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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!_