progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
4.99k stars 158 forks source link

Framework Request: CryptoKit #212

Open jalavosus opened 1 year ago

jalavosus commented 1 year ago

CryptoKit availability would be super useful for writing Go applications which want to rely on macOS's cryptography API. I'm not sure how difficult this is to implement, so if it's genuinely impossible that's perfectly fine (there are a couple other CGO-based bindings for secure enclave usage specifically, which is really what I'm looking for).

Thanks!