https://github.com/steake/cryptography-implementations
https://github.com/steake/cryptography-implementations
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steake/cryptography-implementations
- Owner: Steake
- Created: 2022-12-25T01:45:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T01:54:32.000Z (over 3 years ago)
- Last Synced: 2025-03-03T05:29:46.893Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography and Math Experiments
This repository contains code related to experiments with cryptography and math.
## Table of Contents
* [Prerequisites](#prerequisites)
* [Running the Code](#running-the-code)
* [Contributing](#contributing)
* [License](#license)
## Prerequisites
- C compiler, (I use clang)
## Running the Code
To run any of these experiments, simply open up a shell, navigate into the `crypto-math-experiments` directory, and then run `clang .c`. Replace `` with whichever experiment file you want to run (e.g., `clang Async-crypto.c`).
## Contributing
If you'd like to contribute to this project, please feel free to submit a pull request! All contributions are welcome!
## License
This project is licensed under the GPL License