An open API service indexing awesome lists of open source software.

https://github.com/onlyf0ur/openssl-mojo

Indirect OpenSSL bindings for Mojo
https://github.com/onlyf0ur/openssl-mojo

bindings c cryptography mojo openssl

Last synced: over 1 year ago
JSON representation

Indirect OpenSSL bindings for Mojo

Awesome Lists containing this project

README

          

# OpenSSL-Mojo

Simple OpenSSL bindings for Mojo

Currently only tested on Linux (WSL), macOS requires some minor changes (like the scripts).

### Get Started
```bash
make
```

### Scripts
[mojo-ffi](https://github.com/ihnorton/mojo-ffi/tree/ffi-demo/scripts) scripts are used for compilation and linking.