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
- Host: GitHub
- URL: https://github.com/onlyf0ur/openssl-mojo
- Owner: OnlyF0uR
- License: apache-2.0
- Created: 2024-04-01T13:38:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T14:34:54.000Z (about 2 years ago)
- Last Synced: 2025-01-31T03:02:07.558Z (over 1 year ago)
- Topics: bindings, c, cryptography, mojo, openssl
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.