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

https://github.com/gmodena/cryptopals

late to the party
https://github.com/gmodena/cryptopals

cryptopals learning-rust rust

Last synced: 12 months ago
JSON representation

late to the party

Awesome Lists containing this project

README

          

[![Build and test](https://github.com/gmodena/cryptopals/actions/workflows/rust.yml/badge.svg)](https://github.com/gmodena/cryptopals/actions/workflows/rust.yml)

# Cryptopals

Hacky solutions to [cryptopals](https://cryptopals.com/) challenges.

# Run

```bash
make test
```