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

https://github.com/steake/cryptography-implementations


https://github.com/steake/cryptography-implementations

Last synced: 9 months ago
JSON representation

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