Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 250 Bytes

Enigma-CLI

This project is an implementation of the Enigma cipher machine written in C++. The idea here was "can I keep this as branchless as possible?"

Building

mkdir build && cmake . -B build -GNinja && cmake --build build